Alternative Container image for HOOBS.
Can be used as a drop-in replacement for the official image, using the latest version of HOOBS.
Can be used standalone or with docker-compose or kubernetes.
- Multi-arch (amd64, arm64) image (Runs on Windows, Linux, Mac, Raspberry Pi, etc.)
docker run --rm -p 8080:8080 -p 51826:51826/tcp ghcr.io/junior/hoobs:4.2-alpha1
Just for testing, will not persist any data.
docker run --rm -d --name hoobs -p 8080:8080 -p 51826:51826/tcp -v /path/to/your/storage:/hoobs ghcr.io/junior/hoobs:4.2-alpha1