Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.5 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.5 KB

Cloudtube docker

Docker hub - abeltramo/cloudtube Docker Image Size (latest by date)

Docker hub - abeltramo/newleaf Docker Image Size (latest by date)

Github actions to build Cloudtube and NewLeaf Docker containers.

How to use

A precompiled Docker image is available for both projects, this is a multi-arch image and will run on amd64, aarch64, and armhf devices, including the Raspberry Pi. See the instructions on how to run Cloudtube on the official documentation.

docker run -d \
  -p 10412:10412 \
  --name cloudtube \
  -v ~/cloudtube/db/:/workdir/db \
  -v ~/cloudtube/config.js/:/workdir/config/config.js \
  abeltramo/cloudtube:latest
docker run -d \
  -p 3000:3000 \
  --name newleaf \
  -v ~/cloudtube/configuration.py:/workdir/configuration.py \
  abeltramo/newleaf:latest