gpt4 book ai didi

git - 是否可以将 Docker 配置为从我的 GitHub 存储库中提取?

转载 作者:行者123 更新时间:2023-12-02 20:20:16 25 4
gpt4 key购买 nike

我想创建一个图像并将其放在我的 GitHub 帐户存储库中,然后对其进行处理,然后使用 Docker 实例。

是否可以像这样让 Docker 实例可以 pull 这个 repo?

docker pull https://github.com/basharov/my-docker-image.git

我看到可以将远程 URL 用于 pull命令但不完全适用于 git repos。

最佳答案

正如您正确注意到的那样,您可以从不同的 url 中提取,此处描述为 Pulling from a different registry

By default, docker pull pulls images from Docker Hub. It is also possible to manually specify the path of a registry to pull from. For example, if you have set up a local registry, you can specify its path to pull from it. A registry path is similar to a URL, but does not contain a protocol specifier (https://).


docker pull预计 注册表 在 url 后面,而不仅仅是一个文件存储。注册表必须符合 docker api。有一个关于如何启动私有(private)注册表的文档: Deploying a registry server .您可以做的是将存储驱动程序替换为此处列出的 Docker Registry Storage Driver但是 github 不被视为存储驱动程序。

关于git - 是否可以将 Docker 配置为从我的 GitHub 存储库中提取?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39071774/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com