From ea587e858e40620268ef0cec1372138625a3e96b Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Wed, 16 Apr 2025 20:58:51 +1000 Subject: [PATCH] Added Docker rootless --- install.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ad73e96..88c920f 100755 --- a/install.sh +++ b/install.sh @@ -17,7 +17,7 @@ set -eux pipefail # Install prerequisites sudo apt update -sudo apt install -y git zsh curl git build-essential whiptail +sudo apt install -y git zsh curl git build-essential whiptail uidmap sudo apt full-upgrade -y # Do not print commands @@ -76,6 +76,13 @@ curl -fsSL https://get.docker.com | sh # Fail on any command. set -eux +# Install rootless mode +sudo sh -eux <