docker容器内指定hosts
Posted gsls200808
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了docker容器内指定hosts相关的知识,希望对你有一定的参考价值。
由于tdengine数据库只能通过hosts访问,所以容器内必须添加hosts
docker-compose编排的情况下
yml文件添加
extra_hosts:
- "tdengine:10.24.11.217"
- "database:192.168.1.100"
就ok了
docker run方式
添加参数
--add-host hadoop2:192.168.10.32
以上是关于docker容器内指定hosts的主要内容,如果未能解决你的问题,请参考以下文章