You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -522,7 +522,7 @@ But syncing the join-token to the other hosts is a bit tricky, since variables o
522
522
523
523
###### Providing a Docker Registry
524
524
525
-
As state already in the previous section, we configured every Docker Engine on every Swarm node to enable http only Docker Registry access. Now let´s start our Docker Swarm Registry Service [as mentioned in the docs](https://docs.docker.com/registry/deploying/#run-the-registry-as-a-service):
525
+
As state already in the previous section, we configured every Docker Engine on every Swarm node to enable http only Docker Registry access. Now let´s start our Docker Swarm Registry Service [as mentioned in the docs](https://docs.docker.com/registry/deploying/#run-the-registry-as-a-service). BUT: Currently the docs are wrong - [we´ve got it fixed already here](https://github.com/docker/docker.github.io/pull/4465):
526
526
527
527
```
528
528
- name: Specify to run Docker Registry on Linux Manager node
@@ -531,7 +531,7 @@ As state already in the previous section, we configured every Docker Engine on e
531
531
when: inventory_hostname == "masterlinux01"
532
532
533
533
- name: Run Docker Registry on Linux Manager node as Docker Swarm service
0 commit comments