mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fixed the stated clone directory (#4117)
The **git clone** command given in STEP #4 puts the cloned repository to the local **moby** folder, not to **docker**.
This commit is contained in:
committed by
Misty Stanley-Jones
parent
5c84cddbf7
commit
26a4165bbb
@@ -40,7 +40,7 @@ You are now ready clone and build the Docker source code.
|
||||
In a new (to pick up the path change) PowerShell prompt, run:
|
||||
|
||||
git clone https://github.com/moby/moby
|
||||
cd docker
|
||||
cd moby
|
||||
|
||||
This clones the main Docker repository. Check out [Docker on GitHub](https://github.com/moby/moby) to learn about the other software that powers the Docker platform.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user