Runtime directory and storage driver

You may want to control the disk space used for Docker images, containers, and volumes by moving it to a separate partition.

To accomplish this, set the following flags in the daemon.json file:

{
    "data-root": "/mnt/docker-data",
    "storage-driver": "overlay"
}

'나는 노동자 > DOCKER' 카테고리의 다른 글

openssl centos Dockerfile  (0) 2019.11.01
컨테이너 파일 사이즈  (0) 2019.01.16
cgroup-driver 변경하기  (0) 2018.07.11
systemctl start docker error시  (0) 2018.03.23
docker info - iptables_warring.txt  (0) 2018.03.19

+ Recent posts