Update docker_install.sh

This commit is contained in:
abinila siva 2025-04-09 12:23:53 -04:00 committed by GitHub
parent 3a8ffbba68
commit 018395ab27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,4 +36,8 @@ echo "Creating docker group (if not exists) and adding current user..."
sudo groupadd docker || true
sudo usermod -aG docker $USER
echo "Resetting any failed state on docker.service..."
sudo systemctl reset-failed docker.service
echo "Docker installation complete!"