我正在尝试检查安装 docker pull hello-world
但是出现以下错误:
Pulling repository hello-world
Get https://index.docker.io/v1/repositories/library/hello-world/images: remote error: access denied
Run Code Online (Sandbox Code Playgroud)
我有CentOS 6.5
Docker版本1.7.1,内部版本786b29d / 1.7.1
我在公司网络中,但是curl https://index.docker.io/v1/repositories/library/hello-world/images可以。
可能是什么问题?
提前致谢!
您是否将您的用户添加到 docker 组中
https://docs.docker.com/engine/installation/linux/centos/#/create-a-docker-group
否则,您应该先使用 sudo 执行 docker 命令
docker pull hello-world
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
20807 次 |
| 最近记录: |