我在我的localhost:5000上运行docker注册表,当我尝试将图像设置为以下错误时。
bash-4.2# docker push localhost:5000/test5
The push refers to a repository [localhost:5000/test5] (len: 1)
Sending image list
Put http://localhost:5000/v1/repositories/test5/: dial tcp 127.0.0.1:5000:
connection refused
下面是/ etc / default / docker
上的条目bash-4.2 #more / etc / default / docker DOCKER_OPTS =" - insecure-registry localhost:5000"
有人可以帮忙吗?