mirror of https://github.com/docker/docs.git
Fix broken formatted link
Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
This commit is contained in:
parent
01db96c660
commit
c8160b4980
|
@ -14,7 +14,7 @@ automatically on images in Artifactory registries.
|
||||||
|
|
||||||
## Local image analysis
|
## Local image analysis
|
||||||
|
|
||||||
You can analyze Artifactory images for vulnerabilities locally using Docker Desktop or the Docker CLI. You first need to authenticate with JFrog Artifactory using the `[Docker login](/engine/reference/commandline/login/)` command. For example:
|
You can analyze Artifactory images for vulnerabilities locally using Docker Desktop or the Docker CLI. You first need to authenticate with JFrog Artifactory using the [`docker login`](/engine/reference/commandline/login/) command. For example:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker login {URL}
|
docker login {URL}
|
||||||
|
|
Loading…
Reference in New Issue