change bridge ip subnet

  1. make file vim /etc/docker/daemon.json

  2. paste string

{ "bip": "172.26.0.1/16" }

3. sudo systemctl restart docker

Last updated

Was this helpful?