add setup scripts

This commit is contained in:
2022-10-01 15:04:49 +01:00
parent 6e90cef00a
commit aa76a766dd
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
apt update -y && \
apt install --yes fuse-overlayfs && \
&& curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh

View File

@@ -0,0 +1,2 @@
apt update -y && \
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh