DockUp
6.7K
📦 Dockup – Unified Docker Stack Manager + Auto-Updater
Dockup replaces both Dockge and TugTainer/Watchtower by combining their functionality into one fast, lightweight tool. It lets you manage Docker Compose stacks, view container stats, check for updates, auto-update images, prune unused images, and view live logs — all from a single web interface.
Run Command:
docker run -d
--name dockup
-p 5000:5000
-v /var/run/docker.sock:/var/run/docker.sock
-v /DATA/Compose:/stacks
-v dockup_data:/app/data
--restart unless-stopped
dockup:latest
Access in browser: http://:5000
Content type
Image
Digest
sha256:d02ce9e14…
Size
705.5 MB
Last updated
9 days ago
docker pull cbothma/dockup