Kubernetes

실행 중인 컨테이너 포트추가

tpcable 2021. 1. 15. 15:27

1. docker stop [컨테이너1]

2. docker commit [컨테이너1] [컨테이너2]

3. docker run -d -p 80:80 [컨테이너2]