...

/

Chapter Summary: Docker Overlay Networking

Chapter Summary: Docker Overlay Networking

Summarize the concepts covered in this chapter.

We'll cover the following...

Commands

Let’s explore all the commands covered in this chapter:

  • docker network create tells Docker to create a new network. You use the -d overlay flag to use the overlay driver to create an overlay network. You can also pass the -o encrypted flag to tell Docker to encrypt network ...