-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running the container exit immediately #122
Comments
Is that the full log from the container? Are you using any volumes? Have you tried running wth the daemon flag? |
@jjethwa I am newbie with docker. I've listed the stdout. Where can I find the full log from the container? |
When running with the original image jordan/rundeck with no environment variables set, it runs perfectly |
NP! Let's see if I can help 😄 You should be able to get the logs using the docker logs command
To try running a container with the daemon flag, you add -d to the docker run command. |
The text was updated successfully, but these errors were encountered: