From bfedc77c827e13da1b000e9a741b75e798294a5e Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Tue, 28 Jul 2020 06:56:04 +1000 Subject: [PATCH] Update README.md to point to the official mysql-server image provided by Oracle. Signed-off-by: Avi Miller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4513e4ab7..71a83c8c6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Maintained by: [the Docker Community and the MySQL Team](https://github.com/docker-library/mysql) -This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [`mysql`](https://hub.docker.com/_/mysql/) (not to be confused with any official `mysql` image provided by `mysql` upstream). See [the Docker Hub page](https://hub.docker.com/_/mysql/) for the full readme on how to use this Docker image and for information regarding contributing and issues. +This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [`mysql`](https://hub.docker.com/_/mysql/) (not to be confused with [the official `mysql-server` image](https://hub.docker.com/r/mysql/mysql-server) provided by Oracle). See [the Docker Hub page](https://hub.docker.com/_/mysql/) for the full readme on how to use this Docker image and for information regarding contributing and issues. The [full image description on Docker Hub](https://hub.docker.com/_/mysql/) is generated/maintained over in [the docker-library/docs repository](https://github.com/docker-library/docs), specifically in [the `mysql` directory](https://github.com/docker-library/docs/tree/master/mysql).