Docker 관련 명령어
[컨테이너] docker container create Create a container from an image docker container start Start an existing container docker container run Create a new container and start it docker container ls Also provides useful information about the containers docker container inspect See lots of info about a container docker container logs Print logs docker container stop Gracefully stop running container doc..
기타 공부/Docker
2021. 8. 25. 18:21