dockerfiles
dockerfiles copied to clipboard
:whale: A curated list of delicious docker recipes 🇺🇦🇮🇱 (Let's Fighting Against Dictatorship)
docker-compose.yml ``` scrapyd: image: vimagick/scrapyd ports: - "6800:6800" volumes: - ./data:/var/lib/scrapyd - /usr/local/lib/python2.7/dist-packages restart: always ``` Using ` docker-compose up` yields the following ``` Creating docker-scrapyd_scrapyd_1 ... done Attaching to...
I tried to download video from youtube.com. Some video could be downloaded, and some failed. Here was the script: ``` #!/bin/bash docker stop youtube-dl docker rm youtube-dl #alias youtube-dl="docker run...
this seems to only pull Version 3.0.2.0 and 3.0.3.2 was released Apr 09, 2019 or is their something else that needs to be done to it to update ? docker...
According to https://trac.ffmpeg.org/wiki/ffserver, ffserver has been removed on 2018-01-06 and the latest docker image on docker hub does not have ffserver command.
I'm running the the latest version of this container (glances) and I get this error: ``` `Exception in thread Thread-29:, Traceback (most recent call last):, File "/usr/lib/python2.7/threading.py", line 810, in...
Hi, can some one advice on how to install vimagick obfsproxy container with an external openvpn server (not a container, the openvpn server is an external VM) using docker not...
Hello, I am using this on Unraid. All files have umask 0022 by default. It would be nice to specify our own desired permissions. Thanks
have a odroidhc1 with openemediavault 4.1.18-2 the vimagick/glances is always restarting. here is the log: 
I was wondering about your automation logic around the included SSL Split version that is hard coded into the dockerfile. Is the latest version you include: - only what you...
I'm trying to run pptp image. compose starts successfully, but after that connectivity is completely lost on my machine. Tried to ping public internet or even my VPN gateway, doesn't...