mirror of
https://abf.rosa.ru/djam/docker.git
synced 2025-02-23 17:42:47 +00:00
14 lines
617 B
Text
14 lines
617 B
Text
# This file may be automatically generated by an installation program.
|
|
|
|
# By default, Docker uses a loopback-mounted sparse file in
|
|
# /var/lib/docker. The loopback makes it slower, and there are some
|
|
# restrictive defaults, such as 100GB max storage.
|
|
|
|
# If your installation did not set a custom storage for Docker, you
|
|
# may do it below.
|
|
|
|
# Example: Use a custom pair of raw logical volumes (one for metadata,
|
|
# one for data).
|
|
# DOCKER_STORAGE_OPTIONS = --storage-opt dm.metadatadev=/dev/mylogvol/my-docker-metadata --storage-opt dm.datadev=/dev/mylogvol/my-docker-data
|
|
|
|
DOCKER_STORAGE_OPTIONS=-g /var/cache/docker
|