From eec0460bda8996aefbd5836021a1e21306dfd3b1 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 18 Apr 2021 23:10:39 +0200 Subject: [PATCH] Adding a docker section to the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 71cb21e2..0e25cbd6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ For arch based, debian based or rpm compatible distributions, a package is autom - [Debian](https://nightly.link/AnonymusRaccoon/Kyoo/workflows/release/master/kyoo_debian.zip) - [RPM](https://nightly.link/AnonymusRaccoon/Kyoo/workflows/release/master/kyoo_rpm.zip) +A docker file is also available and an up-to-date docker image is available at: `ghcr.io/anonymusraccoon/kyoo:master`. An example docker-compose image is available at the root of the repository. You can customise it to feet your needs and use a prebuild image or you can build it from source. To do that, clone the repository with the `--recurse` flag and run `docker-compose up `. + ## Repositories This is the main repository for Kyoo. Here, you will find all the server's code, the build process & the login page.