mirror of https://github.com/docker/cli.git
Specify woker node for docker swarm leave command
Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
This commit is contained in:
parent
ff474eb300
commit
17a0affff1
|
@ -31,7 +31,7 @@ dkp8vy1dq1kxleu9g4u78tlag worker1 Ready Active Reachable
|
||||||
dvfxp4zseq4s0rih1selh0d20 * manager1 Ready Active Leader
|
dvfxp4zseq4s0rih1selh0d20 * manager1 Ready Active Leader
|
||||||
```
|
```
|
||||||
|
|
||||||
On a worker node:
|
On a worker node, worker2 in the following example:
|
||||||
```bash
|
```bash
|
||||||
$ docker swarm leave
|
$ docker swarm leave
|
||||||
Node left the default swarm.
|
Node left the default swarm.
|
||||||
|
|
Loading…
Reference in New Issue