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 10:00:30 +10:00
parent d70cbbf1fc
commit 3cf4b2c7c1

View file

@ -37,16 +37,9 @@ To checkout a different revision just use ``git checkout`` with the name of bran
Step 3: Build the Environment
-----------------------------
<<<<<<< HEAD
This following command will build a development environment using the Dockerfile in the current directory. Essentially, it will install all the build and runtime dependencies necessary to build and test Docker. This command will take some time to complete when you first execute it.
=======
This following command will build a development environment using the Dockerfile in the current directory. Essentially, it will install all the build and runtime dependencies necessary to build and test Docker. This command will take some time to complete when you first execute it.
>>>>>>> 70b731735c810d9e179837eb8761a44fbe98f391
.. code-block:: bash
sudo docker build -t docker .