Update docker setup
This commit is contained in:
parent
1c375ec73d
commit
dbce4778b2
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,6 @@ set -euo pipefail
|
|||
IFS=$'\n\t'
|
||||
|
||||
sudo mount -t tmpfs -o size=4G /dev/null /dev/shm
|
||||
sleep 10
|
||||
sudo nohup dockerd --bip 172.200.0.1/16 </dev/null >/dev/null 2>&1 &
|
||||
sleep 2
|
||||
sudo nohup dockerd </dev/null >/dev/null 2>&1 &
|
||||
sudo usermod -aG docker $(whoami)
|
||||
sleep 10
|
||||
|
|
Reference in a new issue