From a699d0d06feeb1859efea16dd6b3df17901a1bc5 Mon Sep 17 00:00:00 2001 From: startxfr Date: Thu, 20 Nov 2014 03:17:46 +0100 Subject: modif des services et ajout de memcache, apache et nodejs --- Services/mariadb/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Services/mariadb/README.md (limited to 'Services/mariadb/README.md') diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md new file mode 100644 index 0000000..f81f3de --- /dev/null +++ b/Services/mariadb/README.md @@ -0,0 +1,16 @@ +docker-images MariaDB +===================== + +**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