docker run -d \ –name watchtower \ –restart unless-stopped \ -v /var/run/docker.sock:/var/run/docker.sock \ nickfedor/watchtower \ –cleanup services: watchtower: image: nickfedor/watchtower volumes: – /var/run/docker.sock:/var/run/docker.sock environment: – WATCHTOWER_INTERVAL=3600 – WATCHTOWER_CLEANUP=true restart: always
Debian 12 Bookworm Upgrade to Debian 13 Trixie
Step1. Update current distribution apt update apt upgrade -y apt full-upgrade -y apt autoclean apt autoremove -y Step2. Change repo to trixie, from bookworm. sudo sed -i 's/bookworm/trixie/g' /etc/apt/sources.list Change all 3rd-party repos sudo find /etc/apt/sources.list.d -type f -exec sed…
Docker install Dashdot
docker run -d \ –restart unless-stopped \ –privileged \ –name dashdot \ -p 8899:3001 \ mauricenino/dashdot:latest https://github.com/MauriceNino/dashdot