Docker change the port mapping of an existing container
原文:https://ahelpme.com/software/docker/docker-change-the-port-mapping-of-an-existing-container/ Unfortunately, it is not possible to change the port mapping (forwarded ports from the hosts to the container) of an existing RUNNING container! Not only that, but you cannot change the mapped ports (forwarded ports) even when the container is stopped, so think twice when you run or start …