Create install-docker-2.sh

This commit is contained in:
vpalazhi
2020-02-24 10:41:22 -05:00
committed by GitHub
parent cda5011f25
commit b1df9d8d8d

View File

@@ -0,0 +1,3 @@
cd /tmp
curl -fsSL https://get.docker.com -o get-docker.sh
sh /tmp/get-docker.sh