Answers for "how to get into docker shell"

2

connect to docker shell

docker exec -it <CONTAINER_ID> /bin/sh
Posted by: Guest on May-26-2021
3

open the bash shell of docker container

command docker exec -it <container name> /bin/bash
Posted by: Guest on May-25-2021

Browse Popular Code Answers by Language