From 604243d00f946044dc2a8e621620d4a3537eebb0 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 Jun 2022 21:47:39 +0200 Subject: [PATCH] Add docker --- arch.sh | 5 +++++ archinstall/user_configuration.json | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/arch.sh b/arch.sh index 85d0b9d..44f8bb5 100644 --- a/arch.sh +++ b/arch.sh @@ -296,6 +296,11 @@ then # === Manual color == fish -c "set -Ux MANPAGER \"sh -c 'col -bx | bat -l man -p'\"" + # === Docker == + systemctl enable docker.service + systemctl start docker.service + usermod -aG docker "$USER" + # === Unused icons == apps=("fish" "cmake-gui" "com.github.hluk.copyq" "org.gnome.Totem" "electron17" "org.gnome.Evince" "avahi-discover" "bssh" "bvnc" "org.flameshot.Flameshot" "org.fontforge.FontForge" "lstopo" "htop" "micro" "qv4l2" "qvidcap" "x11-emoji-picker" "xdvi") for app in "${apps[@]}" diff --git a/archinstall/user_configuration.json b/archinstall/user_configuration.json index e821a08..94a5ce9 100644 --- a/archinstall/user_configuration.json +++ b/archinstall/user_configuration.json @@ -101,7 +101,9 @@ "networkmanager-openvpn", "man-pages-fr", "s-tui", - "neofetch" + "neofetch", + "docker", + "docker-compose" ], "plugin": null, "profile": {