Docker
docker container 내부 접속하는 법
주씨.
2023. 5. 25. 17:13
728x90
docker ps
sudo docker exec -it <컨테이너 아이디> /bin/bash
확인 후 빠져 나오려면 exit 커맨드.