mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-04-20 19:03:08 +01:00
Compare commits
4 Commits
adb57fcaeb
...
670a3bae94
Author | SHA1 | Date | |
---|---|---|---|
|
670a3bae94 | ||
|
e3397f8329 | ||
|
15e3a10009 | ||
|
aa392abaf8 |
@ -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