├── .gitattributes ├── Dockerfile ├── LICENSE ├── README.md └── run └── nobody └── start.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrabert/docker-emby-unlocked/HEAD/.gitattributes -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrabert/docker-emby-unlocked/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrabert/docker-emby-unlocked/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrabert/docker-emby-unlocked/HEAD/README.md -------------------------------------------------------------------------------- /run/nobody/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewrabert/docker-emby-unlocked/HEAD/run/nobody/start.sh --------------------------------------------------------------------------------