Update update-docker.sh

This commit is contained in:
2026-02-26 14:53:20 +00:00
parent fee93142a6
commit f02096bd76

View File

@@ -1,11 +1,6 @@
#!/bin/bash #!/bin/bash
echo "Starting system update and Docker maintenance..." echo "Starting Docker maintenance..."
# Update and upgrade APT packages
echo "Running apt update & upgrade..."
apt update
apt upgrade -y
# Pull latest images, stop containers, and recreate in detached mode # Pull latest images, stop containers, and recreate in detached mode
echo "Pulling latest Docker images..." echo "Pulling latest Docker images..."