summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
Diffstat (limited to 'Services')
-rw-r--r--Services/apache/Dockerfile2
-rw-r--r--Services/mariadb/Dockerfile2
-rw-r--r--Services/memcache/Dockerfile2
-rw-r--r--Services/nodejs/Dockerfile2
-rw-r--r--Services/php/Dockerfile2
-rw-r--r--Services/ssh/Dockerfile2
6 files changed, 6 insertions, 6 deletions
diff --git a/Services/apache/Dockerfile b/Services/apache/Dockerfile
index c3385d4..69c12ad 100644
--- a/Services/apache/Dockerfile
+++ b/Services/apache/Dockerfile
@@ -1,5 +1,5 @@
FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
COPY apache_run.sh /bin/
RUN yum -y install httpd \
diff --git a/Services/mariadb/Dockerfile b/Services/mariadb/Dockerfile
index b354a0e..1bdf0ea 100644
--- a/Services/mariadb/Dockerfile
+++ b/Services/mariadb/Dockerfile
@@ -1,5 +1,5 @@
FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
COPY mariadb_run.sh /bin/
RUN yum -y install \
diff --git a/Services/memcache/Dockerfile b/Services/memcache/Dockerfile
index b1150c1..1038c60 100644
--- a/Services/memcache/Dockerfile
+++ b/Services/memcache/Dockerfile
@@ -1,5 +1,5 @@
FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
COPY memcache_run.sh /bin/
RUN yum -y install memcached \
diff --git a/Services/nodejs/Dockerfile b/Services/nodejs/Dockerfile
index 99d3023..0dac7de 100644
--- a/Services/nodejs/Dockerfile
+++ b/Services/nodejs/Dockerfile
@@ -1,5 +1,5 @@
FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
COPY nodejs_run.sh /bin/
RUN yum -y install nodejs npm \
diff --git a/Services/php/Dockerfile b/Services/php/Dockerfile
index 730c4af..cca87cb 100644
--- a/Services/php/Dockerfile
+++ b/Services/php/Dockerfile
@@ -1,5 +1,5 @@
FROM startx/sv-apache
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
WORKDIR /src
RUN yum -y install php php-pecl-mongo php-cli php-pear \
diff --git a/Services/ssh/Dockerfile b/Services/ssh/Dockerfile
index ce02260..c2a2c5e 100644
--- a/Services/ssh/Dockerfile
+++ b/Services/ssh/Dockerfile
@@ -1,5 +1,5 @@
FROM startx/fedora
-MAINTAINER Chistophe LARUE <dev@startx.fr>
+MAINTAINER Christophe LARUE <dev@startx.fr>
# Install packages and set up sshd
RUN yum -y update \