summaryrefslogtreecommitdiffstats
path: root/Services/maria
diff options
context:
space:
mode:
Diffstat (limited to 'Services/maria')
-rw-r--r--Services/maria/Dockerfile6
-rw-r--r--Services/maria/README.md16
2 files changed, 0 insertions, 22 deletions
diff --git a/Services/maria/Dockerfile b/Services/maria/Dockerfile
deleted file mode 100644
index 36b987d..0000000
--- a/Services/maria/Dockerfile
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-FROM tutum/mariadb:latest
-MAINTAINER startx dev@startx.fr
-
-
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