Use another bridge ip

This commit is contained in:
Gabriel Augendre 2020-08-17 12:32:30 +02:00
parent 600327e070
commit e12dc30245

View file

@ -9,5 +9,5 @@ IFS=$'\n\t'
sudo mount -t tmpfs -o size=4G /dev/null /dev/shm
sleep 2
sudo nohup dockerd --bip 172.18.0.1/16 </dev/null >/dev/null 2>&1 &
sudo nohup dockerd --bip 172.200.0.1/16 </dev/null >/dev/null 2>&1 &
sudo usermod -aG docker $(whoami)