dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Collection of lightweight and ready-to-use docker images

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

This argument is mandatory for correct work with Yandex.Cloud.

I wish to access beanstalkd-console in a path of my application: ``` https://myapp.com/utilities/beanstalkd-console ``` I have an ingress controller that routes that URL to the beanstalkd-console container. However, the console...

I quickly looked at Dockerfile and used scripts and I think image should container a USER directive and run as non-root user. This is a security issue and would prevent...

Could you add variant with binary log and volume?

In case someone else run into this, for example [mailcatcher](https://hub.docker.com/r/schickling/mailcatcher/tags/) only contains a `latest` tag which means automated builds using it may lead to a different results as that tag...

Would be nice to have an extra tar parameter or a ENV variable to set a password on the backup files.

The version on docker hub contains version 1.7.4. The latest on github / packagist is 1.7.10.

Thanks for providing this useful [container](https://hub.docker.com/r/schickling/mysql-backup-s3). I am doing a research aiming at finding issues in configuration files. I have a question about one MySQL config: `max_binlog_cache_size`. It seems the...

FROM schickling/beanstalkd:latest LABEL maintainer="Johannes Schickling " RUN apk add --no-cache beanstalkd ENTRYPOINT ["/usr/bin/beanstalkd -b /usr/bin"] --------------------------------------------- Above is my dockerfile,Always prompt for this error:exec: \"/usr/bin/beanstalkd -b /usr/bin\": stat /usr/bin/beanstalkd -b...