Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to modify the storage location of Docker default images and containers

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly shows you "how to modify the storage location of Docker default image and container". It is easy to understand and well organized. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to modify the storage location of Docker default image and container".

The details are as follows:

1. Why

The default image and container storage location of Docker is in / var/lib/docker. If we are just testing, we may not need to modify it, but when we use it a lot, we may want to default the storage location.

II. How

2.1 modify the docker.service file

Cd / etc/systemd/system/multi-user.target.wantsvim docker.serviceExecStart=/usr/bin/dockerd-graph=/data/docker-storage-driver=overlay-registry-mirror= https://jxus37ad.mirror.aliyuncs.com

-- graph=/data/docker:docker 's new storage location

-- storage-driver=overlay: the storage driver currently used by docker

Note: it seems that the storage driver will become overlay if it doesn't change.

2.2 restart docker

Systemctl daemon-reloadsystemctl restart docker# docker info

The above is all the contents of the article "how to modify the storage location of Docker default images and containers". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report