From e0c074a082025b463c251988e1a50541e9fda287 Mon Sep 17 00:00:00 2001 From: bobslept <38557801+bobslept@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:18:08 +0100 Subject: [PATCH] chore(just): add docker description (#638) --- just/custom.just | 1 + 1 file changed, 1 insertion(+) diff --git a/just/custom.just b/just/custom.just index a2f30dd4ec5..5192c70c5f7 100644 --- a/just/custom.just +++ b/just/custom.just @@ -236,6 +236,7 @@ zsh: sudo usermod $USER --shell /usr/bin/zsh printf "${USER}'s shell is now %s." "$(cat /etc/passwd | grep ":$UID:" | cut '-d:' '-f7')" +# Enable docker on the system docker: sudo systemctl enable --now docker sudo usermod -aG docker $USER