Browse code

Updated the section about extracting the binary

Jim Alateras authored on 2013/09/20 08:49:20
Showing 1 changed files
... ...
@@ -126,11 +126,7 @@ You can run an interactive session in the newly built container:
126 126
 
127 127
 
128 128
 
129
-To extract the binaries from the container:
130
-
131
-.. code-block:: bash
132
-
133
-    sudo docker run docker sh -c 'cat $(which docker)' > docker-build && chmod +x docker-build
129
+.. note:: The binary is availalbe outside the container in the directory  ``./bundles/<version>-dev/binary/``.
134 130
 
135 131
 
136 132
 **Need More Help?**