In some instances we start a container, but it will default to immediately running a program within and prevent immediate shell access. This is possible since Docker version1.3 Assuming that the container is already running …
–it
Docker notes – Bypass entrypoint
When activated by docker run some docker container immediately start a software within. This can be useful for the author of the image, but for others it may cause issues. Here is one example amongst many, …