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:
parent
4054f31471
commit
b7e7104e92
1 changed files with 1 additions and 5 deletions
|
@ -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?**
|
||||
|
|
Loading…
Add table
Reference in a new issue