summaryrefslogtreecommitdiffstats
path: root/OS
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-20 11:36:09 +0100
committerstartxfr <clarue@startx.fr>2014-11-20 11:36:09 +0100
commit5a4dd02d6ae4e0cfdee353bd122c2f0c925eab6b (patch)
tree9dd3f97753618a97d69432d90484f1a415f57258 /OS
parent4408b9042005b3176e611f29bf0d1ec08fb3e2b4 (diff)
downloadphpmyadmin-5a4dd02d6ae4e0cfdee353bd122c2f0c925eab6b.tar.gz
phpmyadmin-5a4dd02d6ae4e0cfdee353bd122c2f0c925eab6b.tar.bz2
phpmyadmin-5a4dd02d6ae4e0cfdee353bd122c2f0c925eab6b.tar.xz
phpmyadmin-5a4dd02d6ae4e0cfdee353bd122c2f0c925eab6b.zip
modif de code example dans les readme
Diffstat (limited to 'OS')
-rw-r--r--OS/Fedora/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/OS/Fedora/README.md b/OS/Fedora/README.md
index 6153a8e..5242eac 100644
--- a/OS/Fedora/README.md
+++ b/OS/Fedora/README.md
@@ -7,15 +7,15 @@ Fedora image builded with minimal and updated binaries
## Build and run from local Dockerfile
### Building docker image
* Copy sources in your docker host
-
+```
mkdir startx-docker-images;
cd startx-docker-images;
git clone https://github.com/startxfr/docker-images.git .
-
+```
* Build the container
-
+```
docker build -t fedora OS/Fedora/
-
+```
### Running local image
docker run -it --name="fedora" startx/fedora bash