summaryrefslogtreecommitdiffstats
path: root/OS
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2014-11-16 03:18:44 +0100
committerstartxfr <clarue@startx.fr>2014-11-16 03:18:44 +0100
commit77fab0ea6f3d8fac14f0f616339483087ee0ba90 (patch)
tree594e1b48060d492d048e0c9c0c42b88c4649e562 /OS
parent31e2db745799c52b1b01860bc9fddbbb675d07ce (diff)
downloadphpmyadmin-77fab0ea6f3d8fac14f0f616339483087ee0ba90.tar.gz
phpmyadmin-77fab0ea6f3d8fac14f0f616339483087ee0ba90.tar.bz2
phpmyadmin-77fab0ea6f3d8fac14f0f616339483087ee0ba90.tar.xz
phpmyadmin-77fab0ea6f3d8fac14f0f616339483087ee0ba90.zip
modif du readme de fedora
Diffstat (limited to 'OS')
-rw-r--r--OS/Fedora/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/OS/Fedora/README.md b/OS/Fedora/README.md
index df6a92f..6e33b8d 100644
--- a/OS/Fedora/README.md
+++ b/OS/Fedora/README.md
@@ -1,8 +1,8 @@
-# STARTX OS docker-images OS : Fedora
+# STARTX OS docker-images : Fedora
## Running from docker registry
- # docker run -d -p 22 startx/fedora
+ # docker run -d -p 22022:22 --name="test-fedora" startx/fedora
## Running from local Dockerfile
@@ -19,8 +19,15 @@ and build the container
### Running local image
- # docker run -d -p 22 <username>/ssh
+ # docker run -d -p 22022:22 --name="test-fedora" <username>/ssh
## Accessing server
# ssh root@localhost
+
+## Related Resources
+
+* [Sources files](https://github.com/startxfr/docker-images/tree/master/OS/Fedora)
+* [Github STARTX profile](https://github.com/startxfr/docker-images)
+* [Docker registry for this container](https://registry.hub.docker.com/u/startx/fedora/)
+* [Docker registry for Fedora](https://registry.hub.docker.com/u/fedora/ssh/)