(Forked from https://github.com/docker-library/mysql)
This version of the standard docker mysql image includes support for importing a db dump from an S3 bucket. Just pass the following environment values at runtime:
AWS_ACCESS_KEY_ID=XXXXXX
AWS_SECRET_ACCESS_KEY=YYYYY
$MYSQL_S3_DUMP=s3://my-bucket/prefix/mydump.sql.gz
It also supports adding a user and privileges for datadog. Just set the password as an environment variable (the same password must be given to the datadog agent):
DATADOG_PASSWORD=ZZZZZZ
Maintained by: the Docker Community and the MySQL Team
This is the Git repo of the Docker "Official Image" for mysql (not to be confused with any official mysql image provided by mysql upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.
The full description from Docker Hub is generated over in docker-library/docs, specifically in docker-library/docs/mysql.
Check the "library/mysql" manifest file in the docker-library/official-images repo, especially PRs with the "library/mysql" label on that repo.
For more information about the official images process, see the docker-library/official-images readme.
Build | Status | Badges | (per-arch) |
---|---|---|---|
amd64 |