Merge e3397f832929881c1282e5e22fda0094c954178e into 232b45e6a66753cb9ef8cea6f6ea8dcc045434c1

This commit is contained in:
Dhruv Mistry 2025-02-14 10:17:31 +00:00 committed by GitHub
commit 670a3bae94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,11 @@ install_docker() {
esac
startAndEnableService docker
printf "%b\n" "${YELLOW}Adding current user to the docker group...${RC}"
"$ESCALATION_TOOL" usermod -aG docker "$USER"
newgrp docker
printf "%b\n" "${GREEN}Current user added to the docker group successfully.${RC}"
}
install_docker_compose() {