How do I open up a new port in a docker container running in Docker for Windows? The container is already created with a different list of exposed ports, I want to keep the old ports and add a new port.
There is already a question about this for Linux, here: How do I assign a port mapping to an existing Docker container?
But for Docker for Windows the configuration files are different (or missing) so that answer does not apply here.
Docker Version 18.03.1-ce-win65 (17513)