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