August 7, 20169 yr I'm trying to add some semi-obscure Docker container from Github (not on Docker Hub AFAIK) and I'm not sure how/where to start. Can anybody help? The repo in question is: https://github.com/trick77/dockerflix Thanks!
August 7, 20169 yr Community Expert unRAID doesn't currently support docker-compose. You might try installing a Ubuntu VM and following the instructions on that github.
August 8, 20169 yr Uhm, are you certain the docker isn't on Docker Hub Registry? Sure looks like it's there to me. https://hub.docker.com/r/trick77/dockerflix/ ------------------------------------------------------------------ Anyways, baring that, you can always do it yourself. You could use the appropriate docker file and build your own container without having to resort to Docker Compose. A quick look at the compose file indicates it builds 2 docker containers, one for US hosting and one for EU hosting. You will need to pull down the GIT repository locally and then do docker build commands against the respective region-based docker file. The filenames for each specific docker file are: US: dockerflix.us EU: dockerflix.uk
Archived
This topic is now archived and is closed to further replies.