We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d976d52 + e7dbe41 commit b9c096dCopy full SHA for b9c096d
autocompose.py
@@ -32,7 +32,7 @@ def generate(cname):
32
try:
33
cid = [x.short_id for x in c.containers.list(all=True) if cname == x.name or x.short_id in cname][0]
34
except IndexError:
35
- print("That container is not available.")
+ print("That container is not available.", file=sys.stderr)
36
sys.exit(1)
37
38
cattrs = c.containers.get(cid).attrs
0 commit comments