Specify how container ports are published by mapping them to ports and IP addresses of the docker host.

Enter one or more port binding, each on its own line. The syntax is host container where host is either hostPort or hostIp:hostPort and container is either containerPort or containerPort/scheme.

Alternatively, you can separate host and port with a colon (":"), thus using the same syntax as in the Docker CLI's --publish (-p) option.

Examples

Build variables (like $WORKSPACE) will be expanded.