Docker is a containerization platform that uses OS-level virtualization to package software applications and their dependencies into reusable units called containers. Docker includes a networking system for managing communications between containers, your Docker host, and the outside world. We'll explain how Docker networks function, then cover the basics of using them with your container deployments.

3m read timeFrom spacelift.io
Post cover image
Table of contents
1. bridge2. host3. overlay4. ipvlan5. macvlanWhich Network Type Should I Use?
3 Comments

Sort: