docker exec -it <container name> sh
This starts a new shell session in the container
docs.docker.com/engine/reference/commandline/exec/#run-docker-exec-on-a-running-container
docker exec -it <container name> sh
This starts a new shell session in the container
docs.docker.com/engine/reference/commandline/exec/#run-docker-exec-on-a-running-container