github.com/kobeld/docker@v1.12.0-rc1/docs/reference/commandline/node_accept.md (about) 1 <!--[metadata]> 2 +++ 3 title = "node accept" 4 description = "The node accept command description and usage" 5 keywords = ["node, accept"] 6 [menu.main] 7 parent = "smn_cli" 8 +++ 9 <![end-metadata]--> 10 11 # node accept 12 13 Usage: docker node accept NODE [NODE...] 14 15 Accept a node in the swarm 16 17 Accept a node into the swarm. This command targets a docker engine that is a manager in the swarm cluster. 18 19 20 ```bash 21 $ docker node accept <node name> 22 ``` 23 24 ## Related information 25 26 * [node promote](node_promote.md) 27 * [node demote](node_demote.md)