作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试从 Docker Hub 中提取私有(private) Docker 镜像。
Error: image orgname/imagename:latest not found
{
"https://index.docker.io/v1/": {
"auth": "base64pw==",
"email": "email@place.com"
}
}
最佳答案
发件人:https://github.com/kubernetes/kubernetes/pull/12717/files
This function func ReadDockerConfigFile() (cfg DockerConfig, err error) is used to parse config which is stored in:
GetPreferredDockercfgPath() + "/config.json"
workingDirPath + "/config.json"
$HOME/.docker/config.json
/.docker/config.json
GetPreferredDockercfgPath() + "/.dockercfg"
workingDirPath + "/.dockercfg"
$HOME/.dockercfg
/.dockercfgThe first four one are new type of secret, and the last four one are the old type.
关于kubernetes - 如何使用 .dockercfg 通过 Kubernetes 拉取私有(private)镜像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33557129/
当我使用 docker 1.10.1 对私有(private)存储库执行 docker login 时,会在我的 ~/.docker/config.json 文件中创建一个条目。该文件的格式是否与我看
我正在尝试从 Docker Hub 中提取私有(private) Docker 镜像。 Error: image orgname/imagename:latest not found 我在网上看到的信
我是一名优秀的程序员,十分优秀!