Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fig throw KeyError: u'Id' when i run fig up in latest version #453

Closed
hanxiaole opened this issue Aug 29, 2014 · 3 comments
Closed

fig throw KeyError: u'Id' when i run fig up in latest version #453

hanxiaole opened this issue Aug 29, 2014 · 3 comments

Comments

@hanxiaole
Copy link

There is an error when i use the latest version of fig.

Recreating figtest_db_1...
Traceback (most recent call last):
File "", line 3, in
File "/code/build/fig/out00-PYZ.pyz/fig.cli.main", line 30, in main
File "/code/build/fig/out00-PYZ.pyz/fig.cli.docopt_command", line 21, in sys_dispatch
File "/code/build/fig/out00-PYZ.pyz/fig.cli.command", line 31, in dispatch
File "/code/build/fig/out00-PYZ.pyz/fig.cli.docopt_command", line 24, in dispatch
File "/code/build/fig/out00-PYZ.pyz/fig.cli.command", line 50, in perform_command
File "/code/build/fig/out00-PYZ.pyz/fig.cli.docopt_command", line 27, in perform_command
File "/code/build/fig/out00-PYZ.pyz/fig.cli.main", line 340, in up
File "/code/build/fig/out00-PYZ.pyz/fig.project", line 170, in up
File "/code/build/fig/out00-PYZ.pyz/fig.service", line 174, in recreate_containers
File "/code/build/fig/out00-PYZ.pyz/fig.service", line 195, in recreate_container
File "/code/build/fig/out00-PYZ.pyz/fig.container", line 112, in start
File "/code/build/fig/out00-PYZ.pyz/fig.container", line 40, in id

KeyError: u'Id'

i try version 0.5.x to the latest version, it's the same error.
however , when i downgrade fig version to 0.4.0 , fig run works well.

@d11wtq
Copy link

d11wtq commented Aug 29, 2014

Sounds like you're using an old version of docker? You need docker 1.x.

@hanxiaole
Copy link
Author

yes , i used docker-0.11.1-22.el7.centos.x86_64 the latest package in centos7 .
btw, how do i upgrade it in centos7?

@bfirsh
Copy link

bfirsh commented Sep 16, 2014

Indeed – I'm afraid only Docker >= 1.0 is supported. Here are installation instructions for the latest version: https://docs.docker.com/installation/binaries/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants