So I have 3 ports that should be exposed to the machine\'s interface. Is it possible to do this with a Docker container?
To expose just one port, this is what you need to do:
docker run -p :
To expose multiple ports, simply provide multiple -p arguments:
-p
docker run -p : -p :