Files
linux-workspace/install/docker-ce.sh
2024-09-01 16:24:15 +02:00

5 lines
86 B
Bash
Executable File

#!/bin/bash
set -x -e
curl -fsSL https://get.docker.com -o get-docker.sh | sudo bash