Process Flow - Storage driver options
Docker daemon starts
Reads storage driver config
Select storage driver
Initialize driver
Manage container layers
Store container data
Containers run with storage
Docker daemon stops
Docker reads the configured storage driver when it starts, initializes it, and uses it to manage container file layers and data storage.