From d91bf33df3d48ec9a1f2d460433ce719ede1a6f7 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Wed, 9 Oct 2013 16:11:02 +1000 Subject: [PATCH] tell the new developer how they can replace the real docker binary with the one they've been hacking on (#2142) --- 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 8d95b7ca1c..59f16646cd 100644 --- a/docs/sources/contributing/devenvironment.rst +++ b/docs/sources/contributing/devenvironment.rst @@ -124,7 +124,7 @@ You can run an interactive session in the newly built container: -.. note:: The binary is availalbe outside the container in the directory ``./bundles/-dev/binary/``. +.. note:: The binary is available outside the container in the directory ``./bundles/-dev/binary/``. You can swap your host docker executable with this binary for live testing - for example, on ubuntu: ``sudo service docker stop ; sudo cp $(which docker) $(which docker)_ ; sudo cp ./bundles/-dev/binary/docker--dev $(which docker);sudo service docker start``. **Need More Help?**