Created
June 29, 2015 14:35
-
-
Save prologic/bb1daba5966d2958fdc1 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prologic@daisy | |
Tue Jun 30 00:37:09 | |
~ | |
$ dc ps | |
Traceback (most recent call last): | |
File "/home/prologic/bin/docker-compose", line 11, in <module> | |
sys.exit(main()) | |
File "/home/prologic/lib/python2.7/site-packages/compose/cli/main.py", line 31, in main | |
command.sys_dispatch() | |
File "/home/prologic/lib/python2.7/site-packages/compose/cli/docopt_command.py", line 21, in sys_dispatch | |
self.dispatch(sys.argv[1:], None) | |
File "/home/prologic/lib/python2.7/site-packages/compose/cli/command.py", line 34, in dispatch | |
super(Command, self).dispatch(*args, **kwargs) | |
File "/home/prologic/lib/python2.7/site-packages/compose/cli/docopt_command.py", line 24, in dispatch | |
self.perform_command(*self.parse(argv, global_options)) | |
File "/home/prologic/lib/python2.7/site-packages/compose/cli/command.py", line 66, in perform_command | |
handler(project, command_options) | |
File "/home/prologic/lib/python2.7/site-packages/compose/cli/main.py", line 194, in ps | |
project.containers(service_names=options['SERVICE'], stopped=True) + | |
File "/home/prologic/lib/python2.7/site-packages/compose/project.py", line 281, in containers | |
filters={'label': self.labels(one_off=one_off)})] | |
File "/home/prologic/lib/python2.7/site-packages/compose/container.py", line 28, in from_ps | |
'Name': '/' + get_container_name(dictionary), | |
TypeError: coercing to Unicode: need string or buffer, NoneType found | |
prologic@daisy | |
Tue Jun 30 00:37:33 | |
~ | |
$ dc --version | |
docker-compose version: 1.3.1 | |
CPython version: 2.7.9 | |
OpenSSL version: OpenSSL 1.0.2a 19 Mar 2015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment