【发布时间】:2016-03-29 19:16:26
【问题描述】:
嗨,我正在尝试docker push
[docker-simple-httpserver]# docker push myregistry/simplehttpserver:latest
The push refers to a repository [myregistry/simplehttpserver] (len: 1)
Sending image list
FATA[0000] Error: Status 403 trying to push repository simplehttpserver: "{\"error\": \"Unauthorized updating repository images\"}"
我有没有办法在docker push 命令上指定username 和password?
【问题讨论】: