Use another bridge ip
This commit is contained in:
parent
600327e070
commit
e12dc30245
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue