From 75854ce144b2021d210b82055f6a1d2dc1b66f76 Mon Sep 17 00:00:00 2001 From: joeyak Date: Mon, 25 Mar 2024 10:18:49 -0400 Subject: [PATCH] Add info in the readme about the new container --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index b551ffd..46f156b 100644 --- a/readme.md +++ b/readme.md @@ -48,6 +48,14 @@ $ (make|gmake) TARGET=windows ARCH=386 $ ./MovieNight ``` +### Docker Packages + +The image can be pulled using the command below. View tagged versions at [ghcr](https://github.com/zorchenhimer/MovieNight/pkgs/container/movienight) + +```bash +docker pull ghcr.io/zorchenhimer/movienight:master +``` + ### Docker build MovieNight provides a Dockerfile and a docker-compose file to run MovieNight using Docker.