summaryrefslogtreecommitdiffstats
path: root/Services/maria/README.md
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-20 03:17:46 +0100
committerstartxfr <clarue@startx.fr>2014-11-20 03:17:46 +0100
commita699d0d06feeb1859efea16dd6b3df17901a1bc5 (patch)
tree3a2646acb64a4a9d2440549b2a895648b9289466 /Services/maria/README.md
parent8829f895c890685cc25fe3022299b4275808dc06 (diff)
downloadphpmyadmin-a699d0d06feeb1859efea16dd6b3df17901a1bc5.tar.gz
phpmyadmin-a699d0d06feeb1859efea16dd6b3df17901a1bc5.tar.bz2
phpmyadmin-a699d0d06feeb1859efea16dd6b3df17901a1bc5.tar.xz
phpmyadmin-a699d0d06feeb1859efea16dd6b3df17901a1bc5.zip
modif des services et ajout de memcache, apache et nodejs
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