停止容器
首先,停止你需要修改的容器:docker stop [容器ID或名称]
修改hostconfig.json文件
编辑/var/lib/docker/containers/[容器ID]/hostconfig.json文件,添加ExtraHosts条目:"ExtraHosts": ["example.com:192.168.1.10"]
重启Docker服务
修改完配置文件后,重启Docker服务以应用更改:sudo systemctl restart docker
Last modification:May 17, 2024
© Allow specification reprint