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
|
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…
x
Reference in New Issue
Block a user