We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请安装好docker
docker pull registry:2.5
docker run -d -p 5000:5000 -v /data/registry:/var/lib/registry --name registry --restart=always registry
vim /etc/docker/daemon.json 加入 { "insecure-registries": ["<私服ip>:5000"] } systemctl daemon-reload systemctl restart docker
打tag docker tag sangoes-web:latest <私服ip>/sangoes-web:latest 推送 docker push <私服ip>/sangoes-web:latest
<私服ip>:5000/v2/_catalog <私服ip>:5000/v2
执行第3部 docker pull <私服ip>/sangoes-web:latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docker安装私服
请安装好docker
1.下载私服
2.运行私服
3.设置https为http就可以直接http访问
4.使用方法
5.是否成功
6.另外一个服务器上想用镜像
The text was updated successfully, but these errors were encountered: