Monday, January 21, 2019
Wednesday, December 05, 2018
docker: Error response from daemon: OCI runtime create failed:
Problem:
$ docker run -i -t a4a9a769aa01 /bin/bash
docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: \"/bin/bash\": stat /bin/bash: no such file or directory": unknown.
Resolution:
$ docker run -i -t a4a9a769aa01 sh
Docker Compose Version 2 and 3
Docker Compose file structure for version 3 is the same as version 2. Some of the items in version 2 are removed in version 3. For more details: Docker Compose File Upgrade
Subscribe to:
Posts (Atom)

















































