Skip to content

Commit

Permalink
Add info in the readme about the new container
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyak committed Mar 25, 2024
1 parent 6a2e286 commit 75854ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 75854ce

Please sign in to comment.