mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-09 12:22:43 +03:00
4 lines
81 B
Bash
4 lines
81 B
Bash
![]() |
cd /tmp
|
||
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
||
|
sh /tmp/get-docker.sh
|