diff options
Diffstat (limited to 'Services/maria')
-rw-r--r-- | Services/maria/Dockerfile | 6 | ||||
-rw-r--r-- | Services/maria/README.md | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Services/maria/Dockerfile b/Services/maria/Dockerfile new file mode 100644 index 0000000..36b987d --- /dev/null +++ b/Services/maria/Dockerfile @@ -0,0 +1,6 @@ + + +FROM tutum/mariadb:latest +MAINTAINER startx dev@startx.fr + + diff --git a/Services/maria/README.md b/Services/maria/README.md new file mode 100644 index 0000000..dca570c --- /dev/null +++ b/Services/maria/README.md @@ -0,0 +1,9 @@ +docker-images MariaDB +===================== + +**Description** +Based on the docker default ma Dockerfile + +**Usage** + + docker run --name="test-maria" -d startx/sv-maria |