summaryrefslogtreecommitdiffstats
path: root/Services/memcache/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Services/memcache/README.md')
-rw-r--r--Services/memcache/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/Services/memcache/README.md b/Services/memcache/README.md
new file mode 100644
index 0000000..f81f3de
--- /dev/null
+++ b/Services/memcache/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