Docker build file for yify-pop (Popcorn-time style app with Web UI for YIFY content). You need to have https://www.docker.com/ installed and running to make this useful
docker run -d --name yify-pop -p 4000:4000 -p 8889:8889 kim0/yify-pop
git clone https://github.com/kim0/docker-yify-pop.git
docker build -t yify-pop-custom docker-yify-pop
then to run that
docker run -d --name yify-pop -p 4000:4000 -p 8889:8889 yify-pop-custom
Content type
Image
Digest
sha256:483898b4a…
Size
168.8 MB
Last updated
almost 11 years ago
docker pull kim0/yify-pop