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

Docker private warehouse

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Pull private repository image

Execute command: docker pull registry

If prompted:

Error pulling image configuration: Get https://dseasb33srnrn.cloudfront.net/

Solution:

Systemctl stop dockerecho "DOCKER_OPTS=\"\ $DOCKER_OPTS-registry-mirror= http://f2d6cb40.m.daocloud.io\"" | sudo tee-a / etc/default/docker service docker restart

Execute again: docker pull registry

Start the private warehouse container docker run-di-- name=registry-p 5000 registry to verify whether it is successful:

Browsers view:

Http://192.168.128.128:5000/v2/_catalog

Seeing {"repositories": []} indicates that the private warehouse has been successfully built and the content is empty.

Modify daemon.json

Vim / etc/docker/daemon.json

Add the following to save the exit

{"insecure-registries": ["192.168.128.128Jiang 5000"]}

Used to make docker trust private warehouse addresses

Restart the docker service systemctl restart docker

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