1. Learn
  2. /
  3. Courses
  4. /
  5. Intermediate Docker

Connected

Exercise

Creating a docker network

You're excited about working with Docker networks to configure containers for a potential use-case at your company. You'd like to work through the process of creating a container network and verifying that it's present.

Instructions 1/2

undefined XP
  • 1
    • Create a new Docker network with the name "test_network".
  • 2
    • Verify that the network exists using the appropriate command.