Start the container with a given set of exposed ports.
Start the container with a given set of exposed ports. Exposed ports are defined in terms of docker port mappings and map zero or more exposed container ports to physical ports within the hosting OS. The mapping can be injected while starting the container as the port mapping is usually calculated by some manager object that knows about available ports or can determine available ports upon request.