mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-20 19:03:08 +01:00
Merge e3397f832929881c1282e5e22fda0094c954178e into efa6ff9cd2eb77204028de361be008a68338aeb8
This commit is contained in:
commit
17492551d6
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user