DockUp
5.1K
📦 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:672dd29da…
Size
710.8 MB
Last updated
5 months ago
docker pull cbothma/dockup:2.0.0