Answers for "change docker container shell to bash"

19

docker access container

docker exec -it <mycontainer> bash
docker exec -it <mycontainer> sh ##for alpine
Posted by: Guest on May-12-2020

Code answers related to "change docker container shell to bash"

Browse Popular Code Answers by Language