docker-setup.sh aktualisiert

This commit is contained in:
Peter Reichart 2023-12-27 12:44:26 +00:00
parent db4a10585c
commit 486c1e8c1e

View File

@ -3,5 +3,8 @@
mkdir -p /docker
cd /docker
wget get.docker.io -O docker.sh
apt update
apt install -y wget curl git
wget https://get.docker.io -O docker.sh
sh docker.sh