From beea97c85e203afcc76ddd4cc40100021de4f62a Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 21 Jun 2014 00:18:22 +0200 Subject: adding dependency for ooconv server and exposing 2002 port for this image. --- Services/maria/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Services/maria') 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 -- cgit v1.2.3