docker-setup/docker-setup.sh

11 lines
134 B
Bash
Raw Permalink Normal View History

2023-06-07 14:20:16 +00:00
#!/bin/sh
mkdir -p /docker
cd /docker
2023-12-27 12:44:26 +00:00
apt update
apt install -y wget curl git
wget https://get.docker.io -O docker.sh
2023-06-07 14:20:16 +00:00
sh docker.sh