remove

Remove a port binding

Usage

remove [FLAGS] [OPTIONS] [port_binding]

Flags

ArgEnvironment VariableDescription
-A, --allRemove all port bindings from the container

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 remove in the format: host_port:container_port/proto. the /proto suffix is optional and defaults to /tcp.