Dockerfiles to support Gerbera Media Server
Instructions are similar for each distribution.
$ docker build -t elmodaddyb/gerbera-ubuntu -f Dockerfile.ubuntu .
docker run --net=host elmodaddyb/gerbera-ubuntu
docker run --net=host \
-v /movies-host:/movies-container:Z \
elmodaddyb/gerbera-ubuntu
Be Careful, the
:Z
option gives the container full privileges to relabel/change filesystem on the host.