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

Start new container in detached mode #222

Conversation

nightvisi0n
Copy link
Contributor

Fixes #221

Previously the new container was started without detaching it, which makes no sence since ouroboros should not (and most likely can't) run containers in foreground mode.
This resulted in docker setting AttachStdout/Err to true.

previously the new container was started without detaching it, which
makes no sence since ouroboros should not (and most likely can't) run
containers in foreground mode.
this resulted in docker setting AttachStdout/Err to `true`.

Signed-off-by: julian <dev@jneureuther.de>
Copy link
Member

@dirtycajunrice dirtycajunrice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While in my head, this is irrelevant as it isnt attaching to anything... your diff shows that it is. We are a fan of explicit so i would air on the side of doing this. Approved.

@dirtycajunrice dirtycajunrice merged commit db4e492 into pyouroboros:develop Feb 15, 2019
@nightvisi0n nightvisi0n deleted the fix_attachstdout-err_carry-over branch February 15, 2019 17:04
@dirtycajunrice dirtycajunrice added the enhancement New feature or request label Feb 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants