Answers for "go to docker shell"

3

connect to docker shell

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

Browse Popular Code Answers by Language