Forum Navigation
You need to log in to create posts and topics.

docker container not starting: Exited (127) X seconds ago

Problem

trying to start container with docker run produce the following error

4516baca6c0f scontainer-http “/bin/sh -c [“/usr/s…” 54 seconds ago Exited (127) 2 seconds ago 

Solution

Start docker container and check for errors

docker start -a 4516baca6c0f

Result Example:

/bin/sh: 1: [“/usr/sbin/sshd”,”-D”]: not found