dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Just a bunch of Dockerfiles

Results 11 dockerfiles issues
Sort by recently updated
recently updated
newest added

Please rerun a build so we can get the latest version of btsync.

Build currently fails due to cert errors

What is the best way to upgrade btsync when an update comes out? Upgrade btsync within the docker container? Rebuild the container?

I'm currently evaluating NZBGet on my Synology. Now that I'm playing around with extension scripts, I found that many of them are written in Python (2.x) which isn't installed in...

Allows NzbGet's download directory to be pulled into other containers using --volumes-from

``` docker run -d -n=false \ ... ``` should probably read ``` docker run -d -b br0 -n=false \ ... ```