我正在寻找docker登录的文档,我需要登录到注册表以获取docker镜像,我需要使用docker远程API远程执行。
但遗憾的是我无法找到docker远程API文档,我们将非常感谢任何帮助。
API doc: https://docs.docker.com/engine/reference/api/docker_remote_api_v1.19/
提前致谢。 Sarath Krishnan
答案 0 :(得分:0)
你去
docker login your.domain.to.the.registr.without.protocol.or.port
enter username
enter password
现在您可以使用docker pull your.domain.to.the.registr.without.protocol.or.port/youimage
确保您的注册表在SSL代理/终止后运行,否则会遇到安全问题。在这种情况下,请考虑阅读https://docs.docker.com/registry/insecure/