From ab321d351929771187703111df958e9637f3f598 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 29 May 2020 18:09:42 +0000 Subject: [PATCH] Run update.sh --- consul/README.md | 2 +- percona/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/consul/README.md b/consul/README.md index bc4f5275a..86bb8f843 100644 --- a/consul/README.md +++ b/consul/README.md @@ -24,7 +24,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`1.8.0-beta2`, `beta`](https://github.com/hashicorp/docker-consul/blob/47c5def6b37c59a5e1ec01d3cd7d5c3ef074c52b/0.X/Dockerfile) +- [`1.8.0-beta2`, `1.8.0-beta`](https://github.com/hashicorp/docker-consul/blob/47c5def6b37c59a5e1ec01d3cd7d5c3ef074c52b/0.X/Dockerfile) - [`1.7.3`, `1.7`, `latest`](https://github.com/hashicorp/docker-consul/blob/9cb67358af03c73222da3badebc7c69d765c456a/0.X/Dockerfile) - [`1.6.5`, `1.6`](https://github.com/hashicorp/docker-consul/blob/5fdce521f44a1cd56d3f5fb92e5732f2ae516d3e/0.X/Dockerfile) diff --git a/percona/README.md b/percona/README.md index 44df250e8..3524959a1 100644 --- a/percona/README.md +++ b/percona/README.md @@ -74,7 +74,7 @@ $ docker run --name some-percona -e MYSQL_ROOT_PASSWORD=my-secret-pw -d percona: ... where `some-percona` is the name you want to assign to your container, `my-secret-pw` is the password to be set for the MySQL root user and `tag` is the tag specifying the MySQL version you want. See the list above for relevant tags. -## Connect to MariaDB from the MySQL command line client +## Connect to Percona Server from the MySQL command line client The following command starts another `percona` container instance and runs the `mysql` command line client against your original `percona` container, allowing you to execute SQL statements against your database instance: