Update existing docker container's port mapping without creating new container
You forgot to expose a port in container? Don't worry, I have a solution to your problem.
Just follow these steps.
Step 1 : Stop the container you want to modify.
sudo docker stop [containerId]
Step 2: Stop your docker service
To stop the docker.ser...
blog.shreekrishnalamichhane.com.np2 min read