gpt4 book ai didi

docker - 如何使用Docker远程API使用另一个容器的网络 namespace 创建容器

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

我可以运行以下命令来使用另一个容器的网络 namespace 创建一个容器:

docker run -it --net=container:<container_name> ubuntu:14.04

运行它之后,两个容器具有相同的IP地址。我想知道如何使用docker远程api或其他客户端api来做到这一点。

我的Docker服务器和客户端版本为1.10.3

最佳答案

docker run基本上是docker create,然后是docker start。您可以在API reference中找到/containers/create端点的文档。

您要查找的属性是NetworkMode中的HostConfig

NetworkMode - Sets the networking mode for the container. Supported standard values are: bridge, host, none, and container:<name|id>. Any other value is taken as a custom network’s name to which this container should connect to.

关于docker - 如何使用Docker远程API使用另一个容器的网络 namespace 创建容器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36396229/

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