Create install-docker-2.sh

pull/584/head
vpalazhi 2020-02-24 10:41:22 -05:00 committed by GitHub
parent cda5011f25
commit b1df9d8d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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