dockerfiles
dockerfiles copied to clipboard
Mysql backup - add support for Docker secrets via _FILE env vars
- 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 a Docker swarm.
- README updated accordingly