mirror of https://github.com/docker/docs.git
Fixes broken link in docs
This commit is contained in:
parent
e0f604dbfa
commit
f510f9b6c8
|
@ -21,10 +21,7 @@ development environments.
|
||||||
|
|
||||||
Pushing and pulling images with Trusted Registry works similarly like any other
|
Pushing and pulling images with Trusted Registry works similarly like any other
|
||||||
Docker registry. You use the `docker pull` command to retrieve images and the
|
Docker registry. You use the `docker pull` command to retrieve images and the
|
||||||
`docker push` command to add an image. To learn more about Docker images, see
|
`docker push` command to add an image.
|
||||||
[User Guide: Working with Docker Images](/engine/tutorials/dockerimages.md). For a step-by-step
|
|
||||||
example of the entire process, see the
|
|
||||||
[Quickstart guide](../quick-start.md).
|
|
||||||
|
|
||||||
> **Note**: If your Docker Trusted Registry instance has authentication enabled, you will need to
|
> **Note**: If your Docker Trusted Registry instance has authentication enabled, you will need to
|
||||||
>use your command line to `docker login <dtr-hostname>` (for example `docker login
|
>use your command line to `docker login <dtr-hostname>` (for example `docker login
|
||||||
|
|
Loading…
Reference in New Issue