diff --git a/docker.sh b/docker.sh new file mode 100644 index 0000000..9a39961 --- /dev/null +++ b/docker.sh @@ -0,0 +1,2 @@ +curl -fsSL https://get.docker.com -o get-docker.sh +sh get-docker.sh \ No newline at end of file