Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 652 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 652 Bytes

Runs Hoobs4 on Debian with systemd

Volumes: /hoobs config location

Variables: PORT - port for hoobs webserver

For running:

docker run -d --name hoobs \
  --restart always \
  --network host \
  --tmpfs /tmp \
  --tmpfs /run \
  --tmpfs /run/lock \
  -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
  -v /home/$USER/hoobs:/hoobs \
  mikeknowles/hoobs:latest

For building:

docker buildx build \
  --platform linux/arm/v7 \
  --output "type=docker,name=hoobs:armv7" \
  -t mikeknowles/hoobs:latest .

Docs for cli can be found here https://support.hoobs.org/docs

Docker hub: https://hub.docker.com/repository/docker/mikeknowles/hoobs