Files
kubernetes-the-hard-way/vagrant/ubuntu/install-docker-2.sh
2020-02-24 10:41:22 -05:00

4 lines
81 B
Bash

cd /tmp
curl -fsSL https://get.docker.com -o get-docker.sh
sh /tmp/get-docker.sh