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 push an image to a private repository by docker

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

Share

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

Editor to share with you how docker pushes images to private repositories. I hope you will get something after reading this article. Let's discuss it together.

1. Configure private warehouse sources

Private warehouse address: 132.252.145.131

Modify the / etc/docker/daemon.json file and add insecure-registries, as follows:

{"insecure-registries": ["132.252.145.131"]}

2. Restart docker

Systemctl restart docker

3. Upload image

Take tomcat:8.5.57 as an example

First log in to the private warehouse to ensure that the account exists and the password is correct.

Docker login 132.252.145.131 Muru admin-p xxx

Import Mirror

Docker load-I tomcat-8.5.57.tar

Mark the local image and put it in a repository. Mcss is a project team.

Docker tag [ImageId] 132.252.145.131/mcss/base/tomcat:8.5.57

Push image

Docker push 132.252.145.131/mcss/base/tomcat:8.5.57 has finished reading this article, I believe you have some understanding of "how docker pushes images to private repositories". If you want to know more about it, please follow the industry information channel. Thank you for reading!

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