Error: Cannot Start Container: stat /bin/sh: no such file or directory"

The Solution to Error: Cannot Start Container: stat /bin/sh: no such file or directory" is


After you create image, check it with:

$ docker inspect $image_name 

and check what you have in CMD option. For busy box it should be:

"Cmd": [
     "/bin/sh"
]

Maybe you are overwritting CMD option in your ./mkimage.sh

~ Answered on 2015-04-09 09:54:42


Most Viewed Questions: