Skip to content
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

Run containers in non-daemon mode #176

Closed
arun-gupta opened this issue May 20, 2015 · 1 comment
Closed

Run containers in non-daemon mode #176

arun-gupta opened this issue May 20, 2015 · 1 comment
Labels
Milestone

Comments

@arun-gupta
Copy link

Currently there is no way to run the container in a non-daemon mode. Need an equivalent of something like:

docker run -it -p 8080:8080 arungupta/wildfly
@rhuss
Copy link
Collaborator

rhuss commented May 22, 2015

Added a parameter -Ddocker.follow which wait forever to finish (similar to -i) but does no watch. Also, the log will be shown by default but can be switched of with -Ddocker.showLogs=false

@rhuss rhuss added the fixed label May 22, 2015
@rhuss rhuss added this to the 0.11.5 milestone May 22, 2015
rhuss added a commit that referenced this issue May 22, 2015
This will block until exited and stop the container afterwards.
Fixes #176
@rhuss rhuss closed this as completed in 89f00e6 May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants