Chapter Summary: Docker Overlay Networking
Summarize the concepts covered in this chapter.
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 ...