Signed-off-by: Dan Plamadeala <cornul11@gmail.com>
| ... | ... |
@@ -210,14 +210,10 @@ can take over 15 minutes to complete. |
| 210 | 210 |
|
| 211 | 211 |
Notice the split versions between client and server, which might be |
| 212 | 212 |
unexpected. In more recent times the Docker CLI component (which provides the |
| 213 |
- `docker` command) has split out from the Moby project and is now maintained in: |
|
| 214 |
- |
|
| 215 |
- * [docker/cli](https://github.com/docker/cli) - The Docker CLI source-code; |
|
| 216 |
- * [docker/docker-ce](https://github.com/docker/docker-ce) - The Docker CE |
|
| 217 |
- edition project, which assembles engine, CLI and other components. |
|
| 213 |
+ `docker` command) has split out from the Moby project and is now maintained in [docker/cli](https://github.com/docker/cli). |
|
| 218 | 214 |
|
| 219 | 215 |
The Moby project now defaults to a [fixed |
| 220 |
- version](https://github.com/docker/docker-ce/commits/v17.06.0-ce) of the |
|
| 216 |
+ version](https://github.com/docker/cli/commits/v17.06.0-ce) of the |
|
| 221 | 217 |
`docker` CLI for integration tests. |
| 222 | 218 |
|
| 223 | 219 |
You may have noticed the following message when starting the container with the `shell` command: |
| ... | ... |
@@ -241,8 +237,8 @@ can take over 15 minutes to complete. |
| 241 | 241 |
Docker version 17.09.0-dev, build |
| 242 | 242 |
``` |
| 243 | 243 |
|
| 244 |
- This Docker CLI should be built from the [docker-ce |
|
| 245 |
- project](https://github.com/docker/docker-ce) and needs to be a Linux |
|
| 244 |
+ This Docker CLI should be built from the [docker-cli |
|
| 245 |
+ project](https://github.com/docker/cli) and needs to be a Linux |
|
| 246 | 246 |
binary. |
| 247 | 247 |
|
| 248 | 248 |
Inside the container you are running a development version. This is the version |
| ... | ... |
@@ -369,4 +365,4 @@ Congratulations, you have successfully achieved Docker inception. You've had a |
| 369 | 369 |
small experience of the development process. You've set up your development |
| 370 | 370 |
environment and verified almost all the essential processes you need to |
| 371 | 371 |
contribute. Of course, before you start contributing, [you'll need to learn one |
| 372 |
-more piece of the development process, the test framework](test.md). |
|
| 372 |
+more piece of the development process, the test framework](test.md). |
|
| 373 | 373 |
\ No newline at end of file |