diff options
author | chris <cl@startx.fr> | 2014-06-21 00:18:22 +0200 |
---|---|---|
committer | chris <cl@startx.fr> | 2014-06-21 00:18:22 +0200 |
commit | beea97c85e203afcc76ddd4cc40100021de4f62a (patch) | |
tree | 9afd3212274fc0770c0d4cde4ce9a54a28e99bc4 /Services/maria/README.md | |
parent | a7f045bdb10bf1383795f014377fcbdc98012e74 (diff) | |
download | phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.tar.gz phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.tar.bz2 phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.tar.xz phpmyadmin-beea97c85e203afcc76ddd4cc40100021de4f62a.zip |
adding dependency for ooconv server and exposing 2002 port for this image.
Diffstat (limited to 'Services/maria/README.md')
-rw-r--r-- | Services/maria/README.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Services/maria/README.md b/Services/maria/README.md index dca570c..f81f3de 100644 --- a/Services/maria/README.md +++ b/Services/maria/README.md @@ -1,9 +1,16 @@ docker-images MariaDB ===================== -**Description** -Based on the docker default ma Dockerfile +**Description** +Based on the [tutum php](https://registry.hub.docker.com/u/tutum/mariadb) Dockerfile **Usage** docker run --name="test-maria" -d startx/sv-maria + + docker run --name="test-maria" -d startx/sv-maria + docker run -d -p 3306:3306 startx/sv-maria + docker run -d -p 3306:3306 --name="test-maria" startx/sv-maria + + docker run -d --name="test-maria" startx/sv-maria // linked to another container + docker run -d --name="test-www" --link test-maria:maria startx/sv-php |