Internet download
- Server version: 8.5 (twonky-x86-64-glibc-2.9-8.5)
In the Dockerfile the user twonky is created and used to run the twonky server instance
docker build -t="twonky_alpine" .
be careful concerning the permissions (Docker does not know the local user in the host) docker run --name twonky -p 9000:9000 -v /usr/share/httpd/icons:/home/twonky/media -it twonky_alpine
docker exec -it twonky /bin/bash