mattsch / fedora-tautulli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Fedora Tautulli Docker Container

Docker container for Tautulli using Fedora.

Usage

Create with defaults:

docker create -v /path/to/config/dir:/config \
    -v /path/to/storage/dir:/storage \
    -v /etc/localtime:/etc/localtime:ro \
    -p 8181:8181 --name=tautulli mattsch/fedora-tautulli

Create with a custom uid/gid for the tautulli daemon:

docker create -v /path/to/config/dir:/config \
    -v /path/to/storage/dir:/storage \
    -v /etc/localtime:/etc/localtime:ro \
    -e LUID=1234 -e LGID=1234 \
    -p 8181:8181 --name=tautulli mattsch/fedora-tautulli

Tags

Tags should follow upstream releases (including prereleases) and latest should be the latest built.

About


Languages

Language:Dockerfile 69.4%Language:Shell 30.6%