This repository has been archived by the owner on Jan 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Error not handled - docker daemon not running #570
Comments
We could add another case in that except block that handles the output that happens when the docker daemon isn't running? In the long run I think we are planning to not use the docker cli directly anymore, but use the REST API instead. So we can improve the output as part of that transition. |
Working on it |
concaf
added a commit
to concaf/atomicapp
that referenced
this issue
Feb 24, 2016
concaf
added a commit
to concaf/atomicapp
that referenced
this issue
Mar 7, 2016
@dustymabe Does this help? #600 |
concaf
added a commit
to concaf/atomicapp
that referenced
this issue
Mar 12, 2016
cdrage
added a commit
that referenced
this issue
Mar 17, 2016
Handle docker error, 'raise' instead of 'print', fix #570
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is how
atomicapp
errors out when the docker daemon is not running.Here is the culprit, but we have already handled
subprocess.CalledProcessError
for a different error.The traceback can be handled with #569, but how do we distinguish between different errors? How do we make sense out of the docker CLI output and use it? I just tried the switch
--format
, but it does not seem to format errors.Please correct if I'm talking gibberish.
The text was updated successfully, but these errors were encountered: