Jump to content

Adding "random" Docker container from Github


cmer

Recommended Posts

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/

 

;D

 

------------------------------------------------------------------

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

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...