Cannot see local port settings

Hi everyone,

I cannot seem to see my local port settings after making a new docker for crash plan, how do you make them visible.

thanks

I don’t understand what you’re asking exactly. You can map a port on the host to one inside the container with -p HOST_PORT:CONTAINER_PORT. To see which port the service inside the container is using, looking at the EXPOSE instruction inside the Dockerfile might give you a hint.