From e682a3efde40d9589e93079bcd74d3c049f2a793 Mon Sep 17 00:00:00 2001 From: a-sansara Date: Thu, 28 Jul 2016 15:28:31 +0200 Subject: [PATCH] mysql : amend readme --- pluie/alpine-mysql/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pluie/alpine-mysql/README.md b/pluie/alpine-mysql/README.md index e048d9f..c75c253 100644 --- a/pluie/alpine-mysql/README.md +++ b/pluie/alpine-mysql/README.md @@ -51,14 +51,14 @@ locally (on host) you can run (with appropriate user : pass) : ``` mysql -h ipmysqlcontainer -udev -pmysql ``` -or if you want use mysql client of the container : +or if you want use the mysql client of the container : ``` docker exec -it mysql "mysql -h ipmysqlcontainer -udev -pmysql" ``` ## Link container -to link this container to another, use the default docker behaviore : +to link this container to another, use the default docker behavior : ``` docker run --name mycontainer --link mysql:db ... ```