diff options
| author | startxfr <clarue@startx.fr> | 2014-11-20 11:17:51 +0100 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2014-11-20 11:17:51 +0100 | 
| commit | 571b9292a928511369add143497c9c15719b64c9 (patch) | |
| tree | 0520737ba45ca24edba9d65e137a6ad37242b188 | |
| parent | d8a6bb4736e42b32bea012d14e5ba91fc1d1e69b (diff) | |
modif de code example dans les readme
| -rw-r--r-- | Applications/phpmyadmin/README.md | 8 | ||||
| -rw-r--r-- | Applications/rockmongo/README.md | 8 | ||||
| -rw-r--r-- | OS/Fedora/README.md | 8 | ||||
| -rw-r--r-- | Services/apache/README.md | 8 | ||||
| -rw-r--r-- | Services/mariadb/README.md | 8 | ||||
| -rw-r--r-- | Services/memcache/README.md | 8 | ||||
| -rw-r--r-- | Services/mongo/README.md | 8 | ||||
| -rw-r--r-- | Services/nodejs/README.md | 8 | ||||
| -rw-r--r-- | Services/ooconv/README.md | 12 | ||||
| -rw-r--r-- | Services/php/README.md | 8 | ||||
| -rw-r--r-- | Services/postgres/README.md | 8 | ||||
| -rw-r--r-- | Services/ssh/README.md | 8 | 
12 files changed, 50 insertions, 50 deletions
| diff --git a/Applications/phpmyadmin/README.md b/Applications/phpmyadmin/README.md index d2516a0..ab0d25f 100644 --- a/Applications/phpmyadmin/README.md +++ b/Applications/phpmyadmin/README.md @@ -8,13 +8,13 @@ This container run phpMyAdmin on PHP server running under a 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 startx/app-pma Applications/phpmyadmin/ +	docker build -t startx/app-pma Applications/phpmyadmin/  ### Running local image diff --git a/Applications/rockmongo/README.md b/Applications/rockmongo/README.md index 8947f49..56badf9 100644 --- a/Applications/rockmongo/README.md +++ b/Applications/rockmongo/README.md @@ -8,13 +8,13 @@ This container run Rockmongo on PHP server running under a 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 startx/app-rockmongo Applications/rockmongo/ +	docker build -t startx/app-rockmongo Applications/rockmongo/  ### Running local image diff --git a/OS/Fedora/README.md b/OS/Fedora/README.md index 42cdb0d..4cfc20f 100644 --- a/OS/Fedora/README.md +++ b/OS/Fedora/README.md @@ -8,13 +8,13 @@ Fedora image builded with minimal and updated binaries  ### 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 fedora OS/Fedora/ +	docker build -t fedora OS/Fedora/  ### Running local image 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 | 
