$ mangrullo --watch
Keep your containers up to date automatically and with zero
downtime. Watch everything from a web console, or run a one-shot
check from the CLI. No config required.
01Quick Start
Pull the image from
ghcr.io and point it at your Docker socket. Run it
headless, run the web console, or do a one-time check. More options
in the
README.
docker run -d \ --name mangrullo \ -v /var/run/docker.sock:/var/run/docker.sock \ ghcr.io/ralsina/mangrullo:latest
docker run -d \ --name mangrullo-web \ -p 3000:3000 \ -v /var/run/docker.sock:/var/run/docker.sock \ ghcr.io/ralsina/mangrullo:latest web
services:
mangrullo-web:
image: ghcr.io/ralsina/mangrullo:latest
ports:
- "3000:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: web
docker run --rm \ -v /var/run/docker.sock:/var/run/docker.sock \ ghcr.io/ralsina/mangrullo:latest --once