I am trying to run an image that I pulled from a system I inherited, and I am getting this cryptic error message.
docker run bc189eaeb16d /bin/bash docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"/bin/bash\": stat /bin/bash: no such file or directory": unknown. ERRO[0001] error waiting for container: context canceled What exactly is going on? Do I need to mount some volume? I've googled this error message but nothing seems relevant
/bin/bashbinary inside the image. If you are sure that it is - add more details (Dockerfile, etc.).bc189eaeb16dis based fromjboss/keycloak-ha-postgres? The error usedjboss/keycloak-ha-postgresto run a container totally different with what you post. Please share a correct dockerfile, if not have, also please tag your local image & push to dockerhub for folks to check. Or you may omit something in the post which maybe you think not important but in fact really related to the root cause./bin/shthough.