Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 700 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 700 Bytes

(Work in Progress) HOOBS Alternative Container image

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.

Features

  • Multi-arch (amd64, arm64) image (Runs on Windows, Linux, Mac, Raspberry Pi, etc.)

Usage

Simple Docker (Test use only)

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 Standalone

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