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

start: Cannot start container #118

Closed
gregwebs opened this issue Feb 28, 2014 · 3 comments
Closed

start: Cannot start container #118

gregwebs opened this issue Feb 28, 2014 · 3 comments

Comments

@gregwebs
Copy link

sudo fig up mongodb

Creating webapp_mongodb_1...
Attaching to webapp_mongodb_1
start: Cannot start container 745360786dc698195c91ab89bd15f644cd344227a57275843cf22bde5fde50ac: /var/lib/docker/aufs/mnt/745360786dc698195c91ab89bd15f644cd344227a57275843cf22bde5fde50ac is not within /var/lib/docker/aufs/mnt/745360786dc698195c91ab89bd15f644cd344227a57275843cf22bde5fde50ac

fig.yml

mongodb:
  image: dockerfile/mongodb
  ports:
    - 27017:27017
    - 27018:27018
  volumes: /data/db:/data/db 

web:
  image: foo:dev
  links:
    - mongodb
  ports:
    - 3000:3000
  volumes:
    - ../../:/home/foo/
  command: bin/webapp
@gregwebs
Copy link
Author

doh, this is same as #117
so another good example of why to verify input at boundaries rather than letting error conditions propogate through the program

@stanleygu
Copy link

I am running into this issue as well, could you explain what the problem was?

@gregwebs
Copy link
Author

gregwebs commented Mar 4, 2014

yaml configuration expecting an array but instead getting a string

xulike666 pushed a commit to xulike666/compose that referenced this issue Jan 19, 2017
Final bit of compiling on Windows
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

2 participants