hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
277 stars 22 forks source link

Docker: change default data root #299

Open hhstore opened 3 years ago

hhstore commented 3 years ago

related:

hhstore commented 3 years ago

Docker 更改默认数据存储根目录:

默认数据卷存放位置:

配置文件更改:

{
  "registry-mirrors": [
    "http://f1361db2.m.daocloud.io"
  ],
  "data-root": "/data/",
  "debug": true,
  "experimental": false
}

重启 dockerd:


sudo service docker stop
hhstore commented 3 years ago

docker volume 数据卷类型参数:

hhstore commented 3 years ago

docker 数据磁盘占用查看:


docker system df

docker system df -v