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
|
esac
|
||||||
|
|
||||||
startAndEnableService docker
|
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() {
|
install_docker_compose() {
|
||||||
|
@ -109,4 +114,4 @@ install_components() {
|
||||||
|
|
||||||
checkEnv
|
checkEnv
|
||||||
checkEscalationTool
|
checkEscalationTool
|
||||||
install_components
|
install_components
|
||||||
|
|
Loading…
Reference in New Issue
Block a user