Cannot start container on docker compose -


once removed tiger machine config file.

everything go well. don't wrong tiger.

each machine share same image

when ran docker-compose up, got

cannot start container 38c203136f645a62451fbbc19bcdae0b1c31a45495e3e02588bc8182397f0e2e: [8] system error: open /proc/self/fd: no such file or directory

- docker-compose 1.2.0

jetstar:   mem_limit: 512m   image: newbike/firefox-standalone   volumes:   - "./:/project-bird"   ports:   - 5902 peach:   mem_limit: 512m   image: newbike/firefox-standalone   volumes:   - "./:/project-bird"   ports:   - 5903 scoot:   mem_limit: 512m   image: newbike/firefox-standalone   volumes:   - "./:/project-bird"   ports:   - 5904 tiger:   mem_limit: 512m   image: newbike/firefox-standalone   volumes:   - "./:/project-bird"   ports:   - 5905 vanilla:   mem_limit: 512m   image: newbike/firefox-standalone   volumes:   - "./:/project-bird"   ports:   - 5906 

chances 38c203136f645a62451fbbc19bcdae0b1c31a45495e3e02588bc8182397f0e2e cached somewhere , need clean. when face such issues, run docker rm <sha>.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -