From b7e7104e9293c0fd35bdb03d7f0cd00e7a90d615 Mon Sep 17 00:00:00 2001 From: Jim Alateras Date: Fri, 20 Sep 2013 09:49:20 +1000 Subject: [PATCH] Updated the section about extracting the binary --- docs/sources/contributing/devenvironment.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/sources/contributing/devenvironment.rst b/docs/sources/contributing/devenvironment.rst index 51dfc718a2..319002aac3 100644 --- a/docs/sources/contributing/devenvironment.rst +++ b/docs/sources/contributing/devenvironment.rst @@ -126,11 +126,7 @@ You can run an interactive session in the newly built container: -To extract the binaries from the container: - -.. code-block:: bash - - sudo docker run docker sh -c 'cat $(which docker)' > docker-build && chmod +x docker-build +.. note:: The binary is availalbe outside the container in the directory ``./bundles/-dev/binary/``. **Need More Help?**