Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

docker-machine status outputs to stderr #2920

Closed
lambdafu opened this issue Jan 25, 2016 · 1 comment
Closed

docker-machine status outputs to stderr #2920

lambdafu opened this issue Jan 25, 2016 · 1 comment
Labels
Milestone

Comments

@lambdafu
Copy link

Srsly?

$ docker-machine status dev 2> /dev/null 
$ docker-machine status dev > /dev/null 
Running
@dgageot dgageot modified the milestones: 0.7.0, 0.6.0 Jan 26, 2016
kunalkushwaha added a commit to kunalkushwaha/machine that referenced this issue Jan 26, 2016
log functions are used both writing output and logging errors.
As raised in bug docker#2920, output redirection in script creates confusion.
This fixes the issue by redirecting error to stderr and output to stdout.

Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
@jeanlaurent
Copy link
Member

Sounds like a duplicate of #2587, with v0.6.0-rc1 it is fixed.

Please re-open if this occurs on the latest version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants