Commit Graph

20 Commits

Author SHA1 Message Date
CrazyMax 09c9f51bcf
remove most of absolute urls
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-03 11:50:33 +02:00
Sebastiaan van Stijn 4068208b74
network: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:25 +02:00
Sebastiaan van Stijn 2ce808edc0
Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
Steven a8a846caca
Update network-tutorial-overlay.md 2020-07-30 01:17:51 +05:00
Sebastiaan van Stijn dc1f9f7b4d
network: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:39 +02:00
Sebastiaan van Stijn 6de87b1476
Move classic overlay networking topic to swarm standalone section (#10326)
* Move classic overlay networking topic to swarm standalone section

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Redirect old "getting started with overlay networks" to current page

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-20 12:16:04 +00:00
Dawn W Docker f4dde18e07 branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:37:45 -07:00
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
gobold1979 92cfec0600
Numbers were confused
In the tutorial, you connect to alpine1 (ONE!), do some stuff, can't ping alpine2 and I guess the author was confused at this point because immediately after not being able to ping alpine2 comes detaching from the one you're connected to and that's alpine1.
2018-12-14 22:55:12 +01:00
Maria Bermudez 72dd14e450
Merge pull request #7400 from bpfoster/patch-1
Fix overlay network tutorial node names
2018-10-02 17:57:56 -07:00
Ben Foster 364f6fea30
Replace references to master with manager
There were two places where the node was called 'master', the rest it was called 'manager'
2018-09-20 13:13:08 -04:00
Stefan Auer f3d628ad29
Update network-tutorial-overlay.md 2018-09-05 12:26:45 +02:00
Gwendolynne Barr ebf3cef80c
Attach container (#6425) 2018-04-10 15:10:02 -07:00
Gwendolynne Barr 599e1f027a
Repair overlay standalone tutorial (#6398) 2018-04-10 08:15:59 -07:00
sabkent efd97e5562 Update network-tutorial-overlay.md (#6157) 2018-03-06 06:59:16 -08:00
gonzalovera 5313817cff Update network-tutorial-overlay.md (#6114)
Just a typo. Missing u.
2018-02-28 10:42:52 -08:00
sify21 b1f23a2220 Update network-tutorial-overlay.md
`--global` should be `--mode globel`
2018-02-15 11:48:30 -08:00
Tanner Chung eb914265dc 2nd node swarm name incorrect (#5953)
Just changed `worker-1` to `worker-2` when tutorial instructs joining the second worker node to the swarm.
2018-02-08 11:36:43 -08:00
Tanner Chung a2122dc955 added explanation of -dit further up (#5954)
The explanation of dit in the "Communicate between a container and a swarm service" was helpful but wasn't written in an earlier walk through on the same page. I just simply added it to the "Use an overlay network for standalone containers" walkthrough so that people come across it in case they only see this one walkthrough.
2018-02-08 11:36:15 -08:00
Misty Stanley-Jones a8e84a80e1 Restructure and rewrite network content 2018-02-07 11:31:02 -08:00