registry: use relative markdown links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2020-04-08 17:45:34 +02:00
parent 267e231de0
commit aee0eeb354
8 changed files with 13 additions and 13 deletions

View file

@ -39,7 +39,7 @@ Image names as used in typical docker commands reflect their origin:
* `docker pull myregistrydomain:port/foo/bar` instructs docker to contact the registry located at `myregistrydomain:port` to find the image `foo/bar`
You can find out more about the various Docker commands dealing with images in
the [official Docker engine documentation](/engine/reference/commandline/cli.md).
the [official Docker engine documentation](../engine/reference/commandline/cli.md).
## Use cases