https://bugzilla.redhat.com/show_bug.cgi?id=1090071
Bug ID: 1090071 Summary: `docker start` doesn't fail on started container Product: Fedora Version: 20 Component: docker-io Assignee: lsm5@redhat.com Reporter: ldoktor@redhat.com QA Contact: extras-qa@fedoraproject.org CC: admiller@redhat.com, golang@lists.fedoraproject.org, lsm5@redhat.com, mattdm@redhat.com, mgoldman@redhat.com, s@shk.io, vbatts@redhat.com
Description of problem: On older (0.9) docker, the `docker start $running_container` failed. The new 0.10.2 version just prints the container name and proceeds.
Version-Release number of selected component (if applicable): docker-io-0.10.0-2.fc20.x86_64
How reproducible: Always
Steps to Reproduce: 1. docker run -i -t -name test fedora bash 2. docker start test
Actual results: [root@t530 ~]# docker start test test [root@t530 ~]# echo &? 0
Expected results: [root@t530 ~]# docker start test Error: Cannot start container test: The container 429d709bc86c037b09e9f74dfab40aa33dc19bcf3109daf3f5b2fbbd3c6df297 is already running. 2014/04/22 15:29:28 Error: failed to start one or more containers [root@t530 ~]# echo &? 1
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
--- Comment #1 from Lukas Doktor ldoktor@redhat.com --- Upstream Docker version 0.10.0, build dc9c28f/0.10.0 has the same issue (silently passes even thought the container was already running)
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
Lukas Doktor ldoktor@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1096293
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1096293 [Bug 1096293] `docker start` doesn't fail on started container
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
Daniel Walsh dwalsh@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|lsm5@redhat.com |mheon@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
--- Comment #2 from Matthew Heon mheon@redhat.com --- This is not a regression, but a deliberate change by upstream - https://github.com/dotcloud/docker/commit/a03f83e3370f3859ebff172d504cc29817....
Given the confusion, potentially a documentation issue here - perhaps this should be clarified in the docker start help info.
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
--- Comment #3 from Daniel Walsh dwalsh@redhat.com --- Yes make a change there and in the man pages.
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
Matthew Heon mheon@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |MODIFIED
--- Comment #4 from Matthew Heon mheon@redhat.com --- Pull request for man pages submitted to upstream. Not sure if this is necessarily appropriate for in-command help documentation, which is usually kept more brief.
https://github.com/dotcloud/docker/pull/6182
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
--- Comment #6 from Matthew Heon mheon@redhat.com --- This should be fixed in docker-io-1.0.0-1, which just made it into updates-testing.
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
Lukas Doktor ldoktor@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |VERIFIED
--- Comment #7 from Lukas Doktor ldoktor@redhat.com --- Thanks, the new behavior is set and stable now :-)
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
John Skeoch jskeoch@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|mheon@redhat.com |jrieden@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
--- Comment #9 from Fedora End Of Life endoflife@fedoraproject.org --- This message is a reminder that Fedora 20 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 20. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '20'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 20 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1090071
Fedora End Of Life endoflife@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|VERIFIED |CLOSED Resolution|--- |EOL Last Closed| |2015-06-29 21:39:20
--- Comment #10 from Fedora End Of Life endoflife@fedoraproject.org --- Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
golang@lists.fedoraproject.org