From 7f7d7e70ec819dbc4f1d88e29420e59549add0a9 Mon Sep 17 00:00:00 2001 From: startxfr Date: Thu, 20 Nov 2014 09:29:18 +0100 Subject: suppression du dir .ssh dans fedora et modif du readme --- OS/Fedora/.ssh/authorized_keys | 1 - OS/Fedora/README.md | 24 +++++++++++++++++------- 2 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 OS/Fedora/.ssh/authorized_keys (limited to 'OS/Fedora') diff --git a/OS/Fedora/.ssh/authorized_keys b/OS/Fedora/.ssh/authorized_keys deleted file mode 100644 index 0dbe4dc..0000000 --- a/OS/Fedora/.ssh/authorized_keys +++ /dev/null @@ -1 +0,0 @@ -ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7pCBSddCIi/lOH+z6KdkyS/JLGFCQTH8u+JyHoqUj8X9nVty6xBWNTdYDq5/0vUFLUtOxMlX9noV8JddA/XFAWpGmQU8KDq3dcqjWJXZ4NUiXwDrysP7JryVXBDidZC16ObAGw58a2/5BiXs+WGoSkkNUFZN3rbIaurrth1ODD67YZiL+Jzts2KyJednn8bM+rmmMvvhKFzV4QnmgbYF0OvdAucaMTWrdmkuY/VVse1l2LxxEx2IFz/q6dxH8uuQUGXjESXlHw5I0Fi0lhMDQ9M8xqI9AKeu87R+UPKxyOZjwGpz5Fui5yKuJOHsjY57Mze5wTOnu+YdVxJOwpJhN cl@startx.fr \ No newline at end of file diff --git a/OS/Fedora/README.md b/OS/Fedora/README.md index 6d22802..562c758 100644 --- a/OS/Fedora/README.md +++ b/OS/Fedora/README.md @@ -1,21 +1,31 @@ # STARTX OS docker-images : Fedora - Fedora image builded with minimal and updated binaries ## Running from docker registry - # docker run -it startx/fedora bash + # docker run -it --name="fedora" startx/fedora + ## Build and run from local Dockerfile ### Building docker image Copy the sources to your docker host - # mkdir startx-docker-images; + + mkdir startx-docker-images; # cd startx-docker-images; # git clone https://github.com/startxfr/docker-images.git . + and build the container - # docker build --rm -t yourname/fedora OS/Fedora/ + + # docker build -t fedora OS/Fedora/ + ### Running local image - # docker run -it yourname/fedora bash + + # docker run -it --name="fedora" startx/fedora bash + +## Accessing server + + # docker run -it startx/fedora bash + ## Related Resources -* [Sources files](https://github.com/startxfr/docker-images/tree/master/OS/Fedora) +* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/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/) +* [Docker registry for Fedora](https://registry.hub.docker.com/u/fedora/) \ No newline at end of file -- cgit v1.2.3