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?**