docs/network
Bill Grant b759eb9c60
unknown flag: --join
Running: 
```
$ docker swarm --join --token <TOKEN> \
  --advertise-addr <IP-ADDRESS-OF-WORKER-1> \
  <IP-ADDRESS-OF-MANAGER>:2377
```
throws the following error

```
unknown flag: --join
See 'docker swarm --help'.

Usage:	docker swarm COMMAND

Manage Swarm

Commands:
  ca          Display and rotate the root CA
  init        Initialize a swarm
  join        Join a swarm as a node and/or manager
  join-token  Manage join tokens
  leave       Leave the swarm
  unlock      Unlock swarm
  unlock-key  Manage the unlock key
  update      Update the swarm

Run 'docker swarm COMMAND --help' for more information on a command.
```

The command in the PR returns

```
This node joined a swarm as a worker.
```
2018-12-31 10:46:26 -05:00
..
bridge.md Update bridge.md 2018-07-23 11:15:54 +12:00
host.md Add note about host networking in linux 2018-06-06 11:43:35 -07:00
index.md Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
iptables.md Fixes #5969 - spelling error fixed (#5970) 2018-02-09 13:18:57 -08:00
links.md add sctp docs (#6078) 2018-04-11 14:03:50 -07:00
macvlan.md Added missing word in macvlan.md 2018-11-04 05:33:14 +00:00
network-tutorial-host.md Update network-tutorial-host.md 2018-06-15 16:34:47 -07:00
network-tutorial-macvlan.md Update network-tutorial-macvlan.md 2018-11-22 22:07:58 +01:00
network-tutorial-overlay.md unknown flag: --join 2018-12-31 10:46:26 -05:00
network-tutorial-standalone.md Update network-tutorial-standalone.md 2018-05-15 16:32:35 -07:00
none.md Restructure and rewrite network content 2018-02-07 11:31:02 -08:00
overlay-standalone.swarm.md Restructure and rewrite network content 2018-02-07 11:31:02 -08:00
overlay.md fix swarm service constraint examples 2018-09-06 12:49:45 -04:00
proxy.md Fix typo in proxy.md 2018-05-16 15:48:29 -07:00