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

4 lines
81 B
Bash
Raw Normal View History

2020-02-24 18:41:22 +03:00
cd /tmp
curl -fsSL https://get.docker.com -o get-docker.sh
sh /tmp/get-docker.sh