Adding Navigation to Networking Tutorials

This commit is contained in:
Mano Marks 2016-12-20 14:20:44 -08:00
Родитель dfd2cff55a
Коммит 2b9e0b2cb8
5 изменённых файлов: 8 добавлений и 4 удалений

Просмотреть файл

@ -203,7 +203,7 @@ To complete the following task you will need the IP address of your Docker host.
Point your web browser to the IP and port 8080 of your Docker host. The following example shows a web browser pointed to `52.213.169.69:8080`
![](img/browser.png)
![](concepts/img/browser.png)
If you try connecting to the same IP address on a different port number it will fail.

Просмотреть файл

@ -42,7 +42,7 @@ Your instructor will provide you with the details you require.
3. Navigate to `Admin Settings` > `Routing Mesh` and enable the HTTP Routing Mesh (HRM) on port 80.
![](img/enable-hrm.png)
![](concepts/img/enable-hrm.png)
The HRM is now configured and ready to use.

Просмотреть файл

@ -1,4 +1,4 @@
# Docker Reference Architecture: Designing Scalable, Portable Docker Container Networks
# Designing Scalable, Portable Docker Container Networks
## What You Will Learn
@ -14,6 +14,10 @@ Before continuing, being familiar with Docker concepts and Docker Swarm is recom
- [Docker Swarm](https://docs.docker.com/engine/swarm/) and the newly introduced [Swarm mode concepts](https://docs.docker.com/engine/swarm/key-concepts/#/services-and-tasks)
### Networking concepts
This tutorial allows you to dive right in and try code in the [Tutorials](tutorials.md) section.
This tutorial allows you to dive right in and try code in the [Quick Tutorials](tutorials.md) section, or deep dive into this series of tutorials:
1. [Networking Basics](A1-network-basics.md)
1. [Bridge Networking](A2-bridge-networking.md)
1. [Overlay Networking](A3-overlay-networking.md)
1. [HTTP Routing Mesh](A4-HTTP Routing Mesh.md)
Or you can first dive deep into the [Network Concepts](concepts/) before trying in out in code yourself.