mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2025-01-30 14:34:01 +00:00
Merge e3397f8329
into ab7a67087d
This commit is contained in:
commit
1e389b2a7b
|
@ -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…
Reference in New Issue
Block a user