# Docker ip 衝突解決辦法 ## 配置 daemon 在/etc/docker目錄下新建了daemon.json文件。 daemon.json ```json= { "bip":"192.168.100.1/24", "default-address-pools": [ {"base": "192.168.0.0/16","size": 24} ] } ``` ## 重啟 docker 服務 ```= sudo systemctl daemon-reload sudo systemctl restart docker.service ``` ## 參考 [官網](https://docs.docker.com/network/bridge/#use-ipv6-with-the-default-bridge-network)
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up