Update README.md

This commit is contained in:
Sambo Chea 2021-10-09 17:30:57 +07:00 committed by GitHub
parent 8ed5325362
commit a7736c8322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,8 +140,6 @@ wget https://sh.osa.cubetiqs.com/docker-setup.sh
bash docker-setup.sh
sudo systemctl start docker
sudo systemctl enable docker
sudo systemctl daemon-reload
sudo systemctl restart docker
cat <<EOF | sudo tee /etc/docker/daemon.json
{
@ -153,6 +151,9 @@ cat <<EOF | sudo tee /etc/docker/daemon.json
"storage-driver": "overlay2"
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
```
#### Install some required tools