Docker, Git 등
docker container 안의 bash로 접속
dnap512
2021. 4. 8. 00:49
# 컨테이너 커맨드 실행
docker exec -it {ContainerName} /bin/bash
# 컨테이너에서 나오기
exit