From the course: Docker Networking: Creating, Managing, and Troubleshooting Container Networks

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Course recap and key takeaways

Course recap and key takeaways

- [Speaker] In this course, you learned Docker Networking Essentials to aid you in ensuring that your containers are communicating properly. We also talked about basic troubleshooting tactics. We discussed the types of network drivers available, including Bridge, Overlay, Macvlan, IPvlan, Host, and None. We've reviewed the purpose of each network type and their use cases. I showed you how to create a custom bridge network using the docker network create command. You learned how to connect containers to a custom network using the docker network connect command. We also talked about disconnecting containers from custom networks using the docker network disconnect command. I walked you through how to manage your custom networks by listing them using the Docker network ls command. We've reviewed network settings using the docker network inspect command. We talked about inspecting networks and containers and troubleshooting errors. We reviewed removing containers by running the docker…

Contents