add

Add a port binding

Usage

add [FLAGS] [OPTIONS] [port_binding]

Options

ArgEnvironment VariableDescription
-c, --container<name>The name of the container to update. If not specified the default container will be used

Positionals

ArgEnvironment VariableDescription
<port_binding>The port binding to add in the format: host_port:container_port/proto. the /proto suffix is optional and defaults to /tcp.