Docker Network with Compose

# Introduction Docker networks allow you to connect multiple containers together and have them communicate with each other, even across different hosts. In this challenge, you will learn how to set up and configure Docker networks in progressively more complicated scenarios. ## Prerequisites - Before you begin this challenge, you should have basic knowledge of Docker and how to run containers using `docker run`. - You should also have Docker installed on your machine.

|60 : 00

Click the virtual machine below to start practicing