From e15ee6cec4cb4fbe2882d1e7371db51552481742 Mon Sep 17 00:00:00 2001 From: Tibor Vass Date: Thu, 11 Aug 2016 18:30:04 -0700 Subject: [PATCH] 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 --- docs/reference/commandline/service_update.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/reference/commandline/service_update.md b/docs/reference/commandline/service_update.md index 6d73fb6fd0..b84afcd7f5 100644 --- a/docs/reference/commandline/service_update.md +++ b/docs/reference/commandline/service_update.md @@ -35,8 +35,6 @@ Options: --mount-add value Add or update a mount on a service --mount-rm value Remove a mount by its target path (default []) --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-rm value Remove a published port by its target port (default []) --replicas value Number of tasks (default none)