Chapter Summary: Docker Overlay Networking
Explore the core concepts of Docker overlay networking, including how to create, inspect, and manage networks across multiple hosts. Understand VXLAN technology, network encryption options, and best practices for securing container communication within Docker Swarm environments.
We'll cover the following...
We'll cover the following...
Commands
Let’s explore all the commands covered in this chapter:
docker network createtells Docker to create a new network. You use the-d overlayflag to use theoverlaydriver to create an overlay network. You can also pass the-o encryptedflag to tell Docker to encrypt network ...