mirror of https://github.com/docker/docs.git
Fix broken image links
This commit is contained in:
parent
5e12bc1716
commit
f7b7d44700
|
@ -8,7 +8,7 @@ Docker Engine running in swarm mode has a routing mesh, which makes it easy
|
|||
to expose your services to the outside world. Since all nodes participate
|
||||
in the routing mesh, users can access your service by contacting any node.
|
||||
|
||||

|
||||

|
||||
|
||||
In this example the WordPress service is listening on port 8000 of the routing
|
||||
mesh. Even though the service is running on a single node, users can access
|
||||
|
@ -21,7 +21,7 @@ instead of IP addresses.
|
|||
|
||||
This functionality is made available through the Interlock component.
|
||||
|
||||

|
||||

|
||||
|
||||
In this example, users can access the WordPress service using
|
||||
`http://wordpress.example.org`. Interlock takes care of routing traffic to
|
||||
|
|
Loading…
Reference in New Issue