Please enable JavaScript.
Coggle requires JavaScript to display documents.
Docker on Production - Coggle Diagram
Docker on Production
Configure containers
Start containers automatically
Restart policy
Live restore (keep containers alive)
Runtime metrics (docker stats)
Keep containers alive during daemon downtime
Run multiple services in a container
Container runtime metrics
Runtime options for Memory, CPUs, and GPUs
Logging
View container logs
Config logging drivers
Drivers
Local file
JSON
Syslog
Google cloud log
AWS Cloudwatch
Splunk
Fluentd
Security
Scale your app
Extend Docker
Configure networking
Use bridge networks
Overlay networks
Host networks
IPvlan networks
Macvlan networks
Disable networking for a container
Networking tutorials
Bridge network
Host networking
Overlay networking
Macvlan network
Configure the daemon and containers
Legacy networking content
Manage application data
Storage overview
Volumes
Bind mounts
tmpfs mounts
Troubleshoot volume problems
Store data within containers
about storage drivers
Select a storage driver
AUFS storage driver
Btrfs storage driver
Device mapper storage driver
OverlayFS storage driver
ZFS storage driver
VFS storage driver
Configure all objects
Apply custom metadata to objects
Prune unused objects
Format command and log output
Orchestration
Deploy to K8S
Deploy to Swarm
Configure daemon
Configure and run Docker
Control Docker with Systemd
Collect metrics with Prometheus