Skip to content

Commit

Permalink
Docker engine bugifix: adding service start command
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jan 2, 2025
1 parent adb5bce commit 9733c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/modules/software/module_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function module_docker() {
usermod -aG docker $SUDO_USER
systemctl enable docker.service > /dev/null 2>&1
systemctl enable containerd.service > /dev/null 2>&1
systemctl start docker.service > /dev/null 2>&1
docker network create lsio 2> /dev/null
fi
else
Expand Down

0 comments on commit 9733c2c

Please sign in to comment.