mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Updated the section about extracting the binary
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user