From 5ef5ef62537bf427bdb59d96702fdb3860575c11 Mon Sep 17 00:00:00 2001 From: Rakesh Date: Tue, 28 Jan 2020 06:51:56 +0100 Subject: [PATCH] README: Update Docker README file (#3835) --- tools/docker/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/docker/README.md b/tools/docker/README.md index b196453f3b4..e1a7c97d699 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -1,6 +1,6 @@ # Docker Files for Apache CloudStack -Dockerfiles used to build CloudStack images available on Docker hub. +Dockerfiles used to build CloudStack images are available on Docker hub. ## Using images from docker-hub @@ -8,7 +8,7 @@ Dockerfiles used to build CloudStack images available on Docker hub. ### CloudStack Simulator -CloudStack Simulator if a all on one CloudStack Build including the simulator that mimic Hypervisor. This is usefull to test CloudStack API behavior without having to deploy real hypervisor nodes. CloudStack Simulator is used for tests and CI. +CloudStack Simulator is an all in one CloudStack Build including the simulator that mimic Hypervisor. This is useful to test CloudStack API behavior without having to deploy real hypervisor nodes. CloudStack Simulator is used for tests and CI. ``` docker pull cloudstack/simulator @@ -55,7 +55,7 @@ docker run -ti --rm --link simulator:8096 \ # How to build images -Image provide by CloudStack are automatically build by Jenkins performing following tasks: +Image provided by CloudStack are automatically built by Jenkins performing following tasks: ### CentOS 6 @@ -94,8 +94,8 @@ Build Marvin container usable to deploy cloud in the CloudStack management serve ### Simulator -Build CloudStack with Simulator. this image is an all on one, including the database. Build from source using maven. +Build CloudStack with Simulator. This image is an all in one, including the database. Built from source using maven. ``` docker build -f Dockerfile -t cloudstack/simulator ../.. -``` \ No newline at end of file +```