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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.