From 076db03abf9ac12a057b784a3e0999180ca53543 Mon Sep 17 00:00:00 2001 From: startxfr Date: Sat, 6 Dec 2014 01:09:00 +0100 Subject: adding script for automating image generation and starting container for testing and benchmarks --- OS/Centos/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'OS/Centos') diff --git a/OS/Centos/README.md b/OS/Centos/README.md index 02646e9..7145ef0 100644 --- a/OS/Centos/README.md +++ b/OS/Centos/README.md @@ -3,7 +3,7 @@ Fedora image builded with minimal and updated binaries ## Running from docker registry - docker run -it --name="fedora" startx/fedora + docker run -it --name="centos" startx/centos ## Build and run from local Dockerfile ### Building docker image @@ -15,22 +15,22 @@ Copy sources in your docker host Build the container - docker build -t fedora OS/Fedora/ + docker build -t centos OS/Centos/ ### Running local image - docker run -it --name="fedora" fedora bash + docker run -it --name="centos" centos bash ## Accessing server # Start interactive shell - docker run -it startx/fedora bash + docker run -it startx/centos bash # Start as a daemon - docker run -d startx/fedora bash - docker exec -it fedora /bin/bash + docker run -d startx/centos bash + docker exec -it centos /bin/bash ## Related Resources -* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/fedora) +* [Sources files](https://github.com/startxfr/docker-images/tree/master/Services/centos) * [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/) \ No newline at end of file +* [Docker registry for this container](https://registry.hub.docker.com/u/startx/centos/) +* [Docker registry for Centos](https://registry.hub.docker.com/u/centos/) \ No newline at end of file -- cgit v1.2.3