Skip to content

Instantly share code, notes, and snippets.

@asfaltboy
Created February 11, 2016 19:01
Show Gist options
  • Save asfaltboy/68b557fd44f721b36b2b to your computer and use it in GitHub Desktop.
Save asfaltboy/68b557fd44f721b36b2b to your computer and use it in GitHub Desktop.
ebcli version compare fail
2016-02-11 19:59:57,360 (DEBUG) ebcli.lib.utils : docker --version
2016-02-11 19:59:57,465 (DEBUG) ebcli.lib.utils : Docker version 1.10.0, build 590d5108
Traceback (most recent call last):
File "/usr/local/bin/eb", line 11, in <module>
sys.exit(main())
File "python2.7/site-packages/ebcli/core/ebcore.py", line 149, in main
app.run()
File "python2.7/site-packages/cement/core/foundation.py", line 694, in run
self.controller._dispatch()
File "python2.7/site-packages/cement/core/controller.py", line 455, in _dispatch
return func()
File "python2.7/site-packages/cement/core/controller.py", line 455, in _dispatch
return func()
File "python2.7/site-packages/cement/core/controller.py", line 461, in _dispatch
return func()
File "python2.7/site-packages/ebcli/core/abstractcontroller.py", line 57, in default
self.do_command()
File "python2.7/site-packages/ebcli/controllers/local.py", line 69, in do_command
compat.setup()
File "python2.7/site-packages/ebcli/containers/compat.py", line 70, in setup
validate_docker_installed()
File "python2.7/site-packages/ebcli/containers/compat.py", line 41, in validate_docker_installed
_validate_docker_installed(supported_docker_installed())
File "python2.7/site-packages/ebcli/containers/compat.py", line 50, in _validate_docker_installed
raise CommandError(err)
ebcli.objects.exceptions.CommandError: You must install Docker version 1.6.0 to continue. If you are using Mac OS X, ensure you have boot2docker version 1.6.0. Currently, "eb local" does not support Windows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment