草庐IT

myregistry

全部标签

docker - 将远程标签添加到 docker 镜像

在私有(private)注册表(myregistry.com)上,假设我有一个带有“v1.2.3”标签的图像。然后我推它:dockerpushmyregistry.com/myimage:v1.2.3如果我想关联另一个标签,比如“staging”,然后将该标签推送到我的注册表,我可以:dockertagmyregistry.com/myimage:v1.2.3myregistry.com/myimage:stagingdockerpushmyregistry.com/myimage:staging虽然这可行,但第二个dockerpush仍会遍历每个图像,尝试推送它(尽管跳过上传)。有没

docker - 将远程标签添加到 docker 镜像

在私有(private)注册表(myregistry.com)上,假设我有一个带有“v1.2.3”标签的图像。然后我推它:dockerpushmyregistry.com/myimage:v1.2.3如果我想关联另一个标签,比如“staging”,然后将该标签推送到我的注册表,我可以:dockertagmyregistry.com/myimage:v1.2.3myregistry.com/myimage:stagingdockerpushmyregistry.com/myimage:staging虽然这可行,但第二个dockerpush仍会遍历每个图像,尝试推送它(尽管跳过上传)。有没

docker - 允许在使用 docker-machine 配置的主机中进行不安全的注册表

是否为使用docker-machine创建的docker守护程序配置--allow-insecure-ssl。命令:docker-machinecreate--drivervirtualboxdeveval"$(docker-machineenvdev)"dockerrunmyregistry:5000/busybox:latestecho'helloworld'输出:Unabletofindimage'myregistry:5000/busybox:latest'locally2015/06/0416:54:17Error:v1pingattemptfailedwitherror:G

docker - 允许在使用 docker-machine 配置的主机中进行不安全的注册表

是否为使用docker-machine创建的docker守护程序配置--allow-insecure-ssl。命令:docker-machinecreate--drivervirtualboxdeveval"$(docker-machineenvdev)"dockerrunmyregistry:5000/busybox:latestecho'helloworld'输出:Unabletofindimage'myregistry:5000/busybox:latest'locally2015/06/0416:54:17Error:v1pingattemptfailedwitherror:G