remove
Remove a port binding
Usage
remove [FLAGS] [OPTIONS] [port_binding]
Flags
Arg | Environment Variable | Description |
---|---|---|
-A , --all | Remove all port bindings from the container |
Options
Arg | Environment Variable | Description |
---|---|---|
-c , --container <name> | The name of the container to update. If not specified the default container will be used |
Positionals
Arg | Environment Variable | Description |
---|---|---|
<port_binding> | The port binding to remove in the format: host_port:container_port/proto . the /proto suffix is optional and defaults to /tcp . |