From 76a07371c5ceda160f1491a4f6e060dda2f45242 Mon Sep 17 00:00:00 2001 From: Jim Alateras Date: Tue, 17 Sep 2013 21:05:55 +1000 Subject: [PATCH] Further updates to the dev environment document --- docs/sources/contributing/devenvironment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/contributing/devenvironment.rst b/docs/sources/contributing/devenvironment.rst index 4eba32f322..64e42e5d53 100644 --- a/docs/sources/contributing/devenvironment.rst +++ b/docs/sources/contributing/devenvironment.rst @@ -44,7 +44,7 @@ When you are ready to build docker, run this command: sudo docker build -t docker . -This will build a container using the Dockerfile in the current directory. Essentially, it will install all the build and runtime dependencies necessary to build and test docker. This command will take some time to complete when you execute it. +This will build a container using the Dockerfile in the current directory. Essentially, it will install all the build and runtime dependencies necessary to build and test docker. This command will take some time to complete when you first execute it. If the build is successful, congratulations! You have produced a clean build of docker, neatly encapsulated in a standard build environment.