From b03b9df4d43562deb17a78d8f46b17fa5e1d3e68 Mon Sep 17 00:00:00 2001 From: Anne Henmi Date: Sun, 16 Dec 2018 20:57:44 -0700 Subject: [PATCH] docs: clarify that node promote/demote must be executed from a manager Fixed wording per https://github.com/docker/docker.github.io/issues/7281 Signed-off-by: Anne Henmi Update node_promote.md --- docs/reference/commandline/node_promote.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/commandline/node_promote.md b/docs/reference/commandline/node_promote.md index 666b762df5..e10e999657 100644 --- a/docs/reference/commandline/node_promote.md +++ b/docs/reference/commandline/node_promote.md @@ -26,8 +26,7 @@ Options: ## Description -Promotes a node to manager. This command targets a docker engine that is a -manager in the swarm. +Promotes a node to manager. This command can only be executed on a manager node. ## Examples