Run update.sh

This commit is contained in:
Docker Library Bot 2016-08-23 14:31:36 -07:00
parent ce1cb6ca5f
commit 7aac41d736
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ $ docker run -it --link some-mysql:mysql --rm mysql sh -c 'exec mysql -h"$MYSQL_
... where `some-mysql` is the name of your original mysql container. ... where `some-mysql` is the name of your original mysql container.
This image can also be used as a client for non-Docker or remote MySQL instances:
```console
$ docker run -it --rm mysql mysql -hsome.mysql.host -usome-mysql-user -p
```
More information about the MySQL command line client can be found in the [MySQL documentation](http://dev.mysql.com/doc/en/mysql.html) More information about the MySQL command line client can be found in the [MySQL documentation](http://dev.mysql.com/doc/en/mysql.html)
## Container shell access and viewing MySQL logs ## Container shell access and viewing MySQL logs