kubernetes-the-hard-way/vagrant/ubuntu/install-docker-2.sh

4 lines
81 B
Bash

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