mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Merge aa392abaf8
into 7147ed93e9
This commit is contained in:
commit
160baca035
|
@ -53,6 +53,11 @@ install_docker() {
|
|||
esac
|
||||
|
||||
startAndEnableService docker
|
||||
|
||||
# Add the current user to the docker group
|
||||
printf "%b\n" "${YELLOW}Adding current user to the docker group...${RC}"
|
||||
"$ESCALATION_TOOL" usermod -aG docker "$USER"
|
||||
printf "%b\n" "${GREEN}Current user added to the docker group successfully.${RC}"
|
||||
}
|
||||
|
||||
install_docker_compose() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user