diff options
author | startxfr <clarue@startx.fr> | 2014-11-20 17:00:41 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2014-11-20 17:00:41 +0100 |
commit | da24c283afeeb8087b92c2f463ffe5cc73df0c29 (patch) | |
tree | 6dc098c55699299edf193fc05f0a7efadecd7e3f /Services/mariadb | |
parent | 078fc3dde73e6c80aef1b4ff9d3dcbf0789da724 (diff) | |
download | phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.gz phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.bz2 phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.tar.xz phpmyadmin-da24c283afeeb8087b92c2f463ffe5cc73df0c29.zip |
modif de code example dans les readme
Diffstat (limited to 'Services/mariadb')
-rw-r--r-- | Services/mariadb/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md index c8ff816..447fcff 100644 --- a/Services/mariadb/README.md +++ b/Services/mariadb/README.md @@ -25,9 +25,12 @@ Build the container docker run -d -p 3306:3306 --name="mariadb" sv-mariadb ## Accessing server - +access to the running database mysql -h localhost -p 3306 +access to the container itself + docker exec -it mariadb bash + ## Related Resources * [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/mariadb) * [Github STARTX profile](https://github.com/startxfr/docker-images) |