Sleep more while setting up docker
This commit is contained in:
parent
8802c08289
commit
1c375ec73d
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
sudo mount -t tmpfs -o size=4G /dev/null /dev/shm
|
sudo mount -t tmpfs -o size=4G /dev/null /dev/shm
|
||||||
sleep 2
|
sleep 10
|
||||||
sudo nohup dockerd --bip 172.200.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)
|
sudo usermod -aG docker $(whoami)
|
||||||
|
sleep 10
|
||||||
|
|
Reference in a new issue