
The mirror caches images from Dockerhub, and should reduce load on the cloud and improve download times. Change-Id: I2b52fa6371118e28c1d601e8b90065897f24f41d
46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
---
|
|
# Name of the docker storage driver. Supported values include 'devicemapper'
|
|
# and 'overlay'.
|
|
docker_storage_driver: devicemapper
|
|
|
|
# Name of the docker storage LVM volume group.
|
|
docker_storage_volume_group:
|
|
|
|
# Name of the docker storage data LVM volume.
|
|
docker_storage_volume_thinpool:
|
|
|
|
# Size of the docker storage data LVM volume (see lvol module size argument).
|
|
docker_storage_volume_thinpool_size:
|
|
|
|
# Name of the docker storage metadata LVM volume.
|
|
docker_storage_volume_thinpool_meta:
|
|
|
|
# Size of the docker storage metadata LVM volume (see lvol module size
|
|
# argument).
|
|
docker_storage_volume_thinpool_meta_size:
|
|
|
|
# Threshold at which to extend thin-provisioned docker storage volumes.
|
|
docker_storage_thinpool_autoextend_threshold: 80
|
|
|
|
# Percentage by which to extend thin-provisioned docker storage volumes.
|
|
docker_storage_thinpool_autoextend_percent: 20
|
|
|
|
# URL of docker registry
|
|
docker_registry:
|
|
|
|
# CA of docker registry
|
|
docker_registry_ca:
|
|
|
|
# List of Docker registry mirrors.
|
|
docker_registry_mirrors: []
|
|
|
|
# MTU to pass through to containers not using net=host
|
|
docker_daemon_mtu: 1500
|
|
|
|
# Enable live-restore on docker daemon
|
|
docker_daemon_live_restore: false
|
|
|
|
# Upper constraints file which is passed to pip when installing packages
|
|
# into a venv.
|
|
docker_upper_constraints_file:
|