Skip to content

junior/hoobs-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

(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