summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
Diffstat (limited to 'Services')
-rw-r--r--Services/apache/README.md8
-rw-r--r--Services/mariadb/README.md8
-rw-r--r--Services/memcache/README.md8
-rw-r--r--Services/mongo/README.md8
-rw-r--r--Services/nodejs/README.md8
-rw-r--r--Services/ooconv/README.md12
-rw-r--r--Services/php/README.md8
-rw-r--r--Services/postgres/README.md8
-rw-r--r--Services/ssh/README.md8
9 files changed, 38 insertions, 38 deletions
diff --git a/Services/apache/README.md b/Services/apache/README.md
index 731c237..b6c6764 100644
--- a/Services/apache/README.md
+++ b/Services/apache/README.md
@@ -9,13 +9,13 @@ This container run apache on fedora server.
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-apache Services/apache/
+ docker build -t sv-apache Services/apache/
### Running local image
diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md
index 9f41adf..6d858e7 100644
--- a/Services/mariadb/README.md
+++ b/Services/mariadb/README.md
@@ -12,13 +12,13 @@ This container run mariadb on fedora server.
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-mariadb Services/mariadb/
+ docker build -t sv-mariadb Services/mariadb/
### Running local image
diff --git a/Services/memcache/README.md b/Services/memcache/README.md
index bae6b2a..94e54d3 100644
--- a/Services/memcache/README.md
+++ b/Services/memcache/README.md
@@ -12,13 +12,13 @@ This container run memcached on fedora server.
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-memcache Services/memcache/
+ docker build -t sv-memcache Services/memcache/
### Running local image
diff --git a/Services/mongo/README.md b/Services/mongo/README.md
index 1007bae..da0e8ca 100644
--- a/Services/mongo/README.md
+++ b/Services/mongo/README.md
@@ -12,13 +12,13 @@ This container run mongod on fedora server.
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-mongo Services/mongo/
+ docker build -t sv-mongo Services/mongo/
### Running local image
diff --git a/Services/nodejs/README.md b/Services/nodejs/README.md
index 44d4246..dbb816a 100644
--- a/Services/nodejs/README.md
+++ b/Services/nodejs/README.md
@@ -9,13 +9,13 @@ This container run nodejs on fedora server.
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-nodejs Services/nodejs/
+ docker build -t sv-nodejs Services/nodejs/
### Running local image
diff --git a/Services/ooconv/README.md b/Services/ooconv/README.md
index c39bbd8..4f98429 100644
--- a/Services/ooconv/README.md
+++ b/Services/ooconv/README.md
@@ -6,14 +6,14 @@ Based on the docker default centos Dockerfile
**Usage**
- docker run --name="test-ooconv" startx/sv-ooconv unoconv
- docker run -d -p 2002:2002 --name="test-ooconv" startx/sv-ooconv
+ docker run --name="test-ooconv" startx/sv-ooconv unoconv
+ docker run -d -p 2002:2002 --name="test-ooconv" startx/sv-ooconv
**Converting documents**
- // Start the server
- unoconv --listener --server 1.2.3.4 --port 2002
+ // Start the server
+ unoconv --listener --server 1.2.3.4 --port 2002
- // Use the client to connect to the convertion server
- unoconv --server 1.2.3.4 --port 2002
+ // Use the client to connect to the convertion server
+ unoconv --server 1.2.3.4 --port 2002
diff --git a/Services/php/README.md b/Services/php/README.md
index c76aed1..7d85d27 100644
--- a/Services/php/README.md
+++ b/Services/php/README.md
@@ -9,13 +9,13 @@ This container run php via apache on fedora server.
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-php Services/php/
+ docker build -t sv-php Services/php/
### Running local image
diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 5043438..877403f 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -12,13 +12,13 @@ This container run postgres on fedora server.
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-postgres Services/postgres/
+ docker build -t sv-postgres Services/postgres/
### Running local image
diff --git a/Services/ssh/README.md b/Services/ssh/README.md
index 8253ec6..86bac2d 100644
--- a/Services/ssh/README.md
+++ b/Services/ssh/README.md
@@ -9,13 +9,13 @@ This container run sshd on fedora server. You can overwrite /root/.ssh/autorized
### Building docker image
Copy the sources to your docker host
- mkdir startx-docker-images;
- cd startx-docker-images;
- git clone https://github.com/startxfr/docker-images.git .
+ mkdir startx-docker-images;
+ cd startx-docker-images;
+ git clone https://github.com/startxfr/docker-images.git .
and build the container
- docker build -t sv-ssh Services/ssh/
+ docker build -t sv-ssh Services/ssh/
### Running local image