docker/compose中links/external_links的区别
程序员文章站
2023-12-25 14:07:45
...
docker/compose中links/external_links的区别
参考:
http://blog.csdn.net/halcyonbaby/article/details/47904085
http://*.com/questions/35154441/docker-compose-links-vs-external-links
将两个服务链接 起来,使之可以通信。方法是设置/etc/hosts的域名解析。
external_links
与外部创建(可以是之前调用compose通过其他yml创建的,也可以是手工创建的容器)的容器link起来,使之可以通信。
If you want to link a container inside of the docker-compose.yml to another container that was not included in the same docker-compose.yml or started in a different manner then you can use external_links and you would set the link to the container's name.
推荐阅读
-
docker/compose中links/external_links的区别
-
ASP.NET Core 3.0 : 二十八. 在Docker中的部署以及docker-compose的使用
-
详解Docker Compose 中可用的环境变量问题
-
聊聊docker中容器与镜像的区别
-
docker-compose ports和expose的区别详解
-
ASP.NET Core 3.0 : 二十八. 在Docker中的部署以及docker-compose的使用
-
Docker Compose - Compose 中的网络
-
Docker Compose的yml文件中privileged参数的作用是什么?
-
Dockerfile 中的 VOLUME 与 docker -v 区别
-
Docker Compose的yml文件中privileged参数的作用是什么?