1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Updated the section about extracting the binary

This commit is contained in:
Jim Alateras 2013-09-20 09:49:20 +10:00
parent 4054f31471
commit b7e7104e92

View file

@ -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/<version>-dev/binary/``.
**Need More Help?**