Remove --network-add and --network-rm flags from service update
These flags were not supported (daemon returns an error), and it was an oversight. They were not present in completion scripts. Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
afbc834a99
commit
e15ee6cec4
@ -35,8 +35,6 @@ Options:
|
|||||||
--mount-add value Add or update a mount on a service
|
--mount-add value Add or update a mount on a service
|
||||||
--mount-rm value Remove a mount by its target path (default [])
|
--mount-rm value Remove a mount by its target path (default [])
|
||||||
--name string Service name
|
--name string Service name
|
||||||
--network-add value Add or update network attachments (default [])
|
|
||||||
--network-rm value Remove a network by name (default [])
|
|
||||||
--publish-add value Add or update a published port (default [])
|
--publish-add value Add or update a published port (default [])
|
||||||
--publish-rm value Remove a published port by its target port (default [])
|
--publish-rm value Remove a published port by its target port (default [])
|
||||||
--replicas value Number of tasks (default none)
|
--replicas value Number of tasks (default none)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user