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
|