dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

:whale: A curated list of delicious docker recipes 🇺🇦🇮🇱 (Let's Fighting Against Dictatorship)

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

I updated the vimagick/mpd container image recently (to the last update 6 days ago) and after that, the MPD container wouldn't start, giving only this in the logs: `standard_init_linux.go:211: exec...

Using `ENV` is unnecessary and causes a bug when deploying with `scrapyd-deploy` because of https://github.com/scrapy/scrapy/blob/master/scrapy/utils/project.py#L80-L98

It is not possible to set the correct time zone. The solution would be to add tzdata to Dockerfile. RUN apk add tzdata Then the time zone could be set...

Hi, live555 media server is complaining about the buffer being too small and I'm not able to reduce the iframe frequency or size. I'd like to make a bigger buffer...

``` Sending build context to Docker daemon 3.072kB Step 1/7 : FROM alpine ---> a24bb4013296 Step 2/7 : MAINTAINER kev ---> Using cache ---> 09bb3fbeb8fb Step 3/7 : RUN set...

trying to start image without port and values mapping in [portainer](https://www.portainer.io/) - got (bridge network): ``` exception: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to...

Looks like the FFserver image stopped working because it uses the FFmpeg image as a dependency. FFserver is last present in FFmpeg v3.4 yet the FFmpeg image is using v4.2.1.

The docker config demands `pureftpd.conf` (sic): https://github.com/vimagick/dockerfiles/blob/master/pure-ftpd/Dockerfile#L19 but the file name has a dash: https://github.com/vimagick/dockerfiles/blob/master/pure-ftpd/data/pure-ftpd/pure-ftpd.conf

Hello. I have setted it up on my nas but im getting this error on ssh. I dont know what im missing to do. Any idea for me?

The rsyncd image is only set to use the secrets file, which is "fairly weak protection", per the [rsyncd man page](https://linux.die.net/man/5/rsyncd.conf) (See the "Authentication Strength" section). A more secure rsyncd...