Skip to content

Commit 9a69eeb

Browse files
Update README.md
- Add link to Swarm Mode Routing Mesh - Make explicit that it is the IP Address that needs to be entered in the browser
1 parent 0555f6a commit 9a69eeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swarm-mode/beginner-tutorial/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ $ docker-machine ssh manager1 "docker service ls"
132132
ID NAME REPLICAS IMAGE COMMAND
133133
2x4jsk6313az web 1/1 nginx:latest
134134
```
135-
Now open the machine address in your browser. You can see above manager1 had a URL of 192.168.99.100
135+
Now open the machine's IP address in your browser. You can see above manager1 had an IP address of 192.168.99.100
136136
![nginx in Chrome at 192.168.99.100](images/manager1-nginx.png)
137137

138-
You can actually load any of the node ip addresses and get the same result because of Swarm Mode's Routing Mesh.
138+
You can actually load any of the node ip addresses and get the same result because of [Swarm Mode's Routing Mesh](https://docs.docker.com/engine/swarm/ingress/).
139139
![nginx in Chrome at 192.168.99.100](images/manager2-nginx.png)
140140

141141
Next let's inspect the service

0 commit comments

Comments
 (0)