mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Allow user to specify container's link-local addresses
Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
parent
c913dd5f57
commit
1c4efb6aa0
11 changed files with 107 additions and 30 deletions
|
|
@ -19,6 +19,7 @@ parent = "smn_cli"
|
|||
--ip IPv4 Address
|
||||
--ip6 IPv6 Address
|
||||
--link=[] Add a link to another container
|
||||
--link-local-ip=[] IPv4/IPv6 link-local addresses
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue