실행 중인 컨테이너 포트추가 1. docker stop [컨테이너1]2. docker commit [컨테이너1] [컨테이너2]3. docker run -d -p 80:80 [컨테이너2] Kubernetes 2021.01.15