Articles → DOCKER → Docker Drivers
Docker Drivers
Purpose
Prerequisite
Types Of Drivers
- Overlay: This driver enables Docker to create a network overlay that spans multiple hosts, allowing containers to communicate with each other as if they were on the same network
- AUFS: This driver allows Docker to use a layered file system to store and manage Docker images and containers
- Device Mapper: This driver provides a way to use block devices as storage for Docker images and containers
- Btrfs: This driver uses the Btrfs file system to store and manage Docker images and containers
- ZFS: This driver uses the ZFS file system to store and manage Docker images and containers