dockerfiles
dockerfiles copied to clipboard
Collection of lightweight and ready-to-use docker images
It's not a bug, but I think something is missing in the documentation. I can see : `$ docker run -d -p 1080:1080 --name mailcatcher schickling/mailcatcher` I think it’s :...
After pulling hugin docker image, I have the following error ``` docker run --rm -it -v $(pwd):/source schickling/hugin root@3c12e4cbb0b5:/source# hugin 08:40:16: Error: Unable to initialize GTK+, is DISPLAY set properly?...
This allows a new option ENCRYPTION_PASSWORD to encrypt the backup using AES. Example: ENCRYPTION_PASSWORD="superstrongpassword"
PR #136 switched from go-cron to crond, so it doesn't support seconds and formats like '@daily' anymore
This is not really a bug but a warning following the commit b041c03909bfe6d1d54afa7405704d9f25218dd1 which introduces a change in the required AWS permissions policy for the account used by `schickling/mysql-backup-s3`. Previously...
Hey, nice repo! It seems that postgres-backup-s3 is not up to date on Docker Hub. The last commit was just two months ago, but [Docker Hub says "Last pushed 4...
I got an error on mysql 8: mysqldump: Authentication plugin 'caching_sha2_password' cannot be loaded Probably the only thing that needs to happen is update mysqldump / the image
…tiple databases; allow support for defining sensitive env vars in files (eg Docker secrets) AWS CLI updated to v2; python removed; glibc added Added support for multiple databases (note POSTGRES_DATABASE...
- Install AWS CLI 2 (requires installing glibc) - Add support for _FILE env vars, so that sensitive values can be defined in files. This allows using Docker secrets in...