1
0
mirror of https://github.com/docker/cli.git synced 2025-08-01 04:26:55 +03:00

Add docker network connect/disconnect to non-running container

Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
Lei Jitang
2016-01-11 20:13:39 -05:00
committed by Tibor Vass
parent 5142d3a669
commit b5843f62f8
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ parent = "smn_cli"
--help Print usage
Connects a running container to a network. You can connect a container by name
Connects a container to a network. You can connect a container by name
or by ID. Once connected, the container can communicate with other containers in
the same network.