Back to Docker & Containerization

Chapter 3: Docker Networking & Volumes

Learn how containers communicate with each other and how to persist data beyond the container lifecycle.

2 days

Topics in this Chapter

1

Docker Networking Overview

Introduction to networking concepts and the default bridge network.

2

User-Defined Bridge Networks

Creating custom networks for better isolation and service discovery.

3

Understanding Docker Volumes

Persisting data using volumes to keep it safe when containers are removed.

4

Using Bind Mounts

Mounting a host directory into a container, ideal for development.

GeekDost - Roadmaps & Snippets for Developers