Image Overview: jellyfin

Overview: jellyfin Chainguard Image

Minimal Jellyfin container image.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/jellyfin:latest

Running the Image

To get started, open a terminal and run:

docker run -p 8096:8096 cgr.dev/chainguard/jellyfin

The Jellyfin Web UI will start on port 8096. To check availability, run:

curl -vsL localhost:8096/health

If you see HEALTHCHECK=healthy, the Web UI is available for use.

For any additional configuration, please see Jellyfin’s official container documentation.

Last updated: 2024-04-11 12:38