关灯
开启左侧

[其它] Docker 1分钟搭建DNS服务器的方法

[复制链接]
云V小编 发表于 2022-4-7 11:02:47 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
 
docker pull docker-dnsmasq#dnsmasq config, for a complete example, see:# dnsmasq.conf run \  --name dnsmasq \  -d \  -p 53:53/udp \  -p 8080:8080 \  -v /opt/dnsmasq.conf:/etc/dnsmasq.conf \  --log-opt "max-size=100m" \  -e "HTTP_USER=admin" \  -e "HTTP_PASS=admin" \  --restart always \  jpillora/dnsmasqnameserver 127.0.0.1     #必填nameserver 172.17.205.28   #必填[本机主要网卡]...root@center ~# ping h2PING h2 (172.17.205.32) 56(84) bytes of data.64 bytes from 172.17.205.32 (172.17.205.32): icmp_seq=1 ttl=64 time=0.155 ms64 bytes from 172.17.205.32 (172.17.205.32): icmp_seq=2 ttl=64 time=0.203 ms^C--- h2 ping statistics ---2 packets transmitted, 2 received, 0% packet loss, time 1000msrtt min/avg/max/mdev = 0.155/0.179/0.203/0.024 msaddress=/h0/172.17.205.28address=/h2/172.17.205.32address=/h3/172.17.205.33address=/h4/172.17.205.34address=/h5/172.17.205.35....root@asdf ~# ping h0ping: h0: Name or service not known以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持Vecloud。
 
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


0关注

0粉丝

101帖子

热门图文
热门帖子
排行榜
作者专栏

关注我们:微信订阅号

官方微信

APP下载

全国服务Q Q:

956130084

中国·湖北

Email:956130084@qq.com

Copyright   ©2015-2022  站长技术交流论坛|互联网技术交流平台Powered by©Discuz!技术支持:得知网络  

鄂公网安备 42018502006730号

  ( 鄂ICP备15006301号-5 )