In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you how to use harbor to upload docker images. I hope you will get something after reading this article. Let's discuss it together.
Client components access harbor through https:
1. Get ready to access the root certificate of harbor, ip address of harbor, port number, user name, password, project
2. Create the following directory on the client, and copy the root certificate to this directory
/ etc/docker/certs.d/ {harbor ip}: {port} /
Upload image to harbor:
1. If there are only mirrored tar files, load to the local docker repository first.
Docker load-I {tar file}
Obtain the name and TAG of the image from the command output, as shown in the following example:
$docker load-I fedora.tar
Loaded image: fedora:rawhide
Loaded image: fedora:20
2. Label each image
Docker tag {image name}: {tag} {harbor ip}: {port} / {harbor project} / {image name}: {tag}
3. Log in to harbor
Docker login-u {username}-p {password} {harbor ip}: {port}
4. Upload image
Docker push {harbor ip}: {port} / {harbor project} / {image name}: {tag}
After reading this article, I believe you have a certain understanding of "how to upload docker images using harbor". If you want to know more about it, you are welcome to 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.