Files
docker/scripts/ubuntu-fuse-setup.sh
2022-10-06 00:18:10 +01:00

4 lines
114 B
Bash

#!/bin/bash
apt install --yes fuse-overlayfs
curl -fsSL "https://get.docker.com" -o get-docker.sh
sh get-docker.sh