add setup scripts
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,2 @@
|
||||
apt update -y && \
|
||||
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
|
||||
Reference in New Issue
Block a user