From e7ccf5b6b7a5e1e4e3a0fabad0d68657a13a45b2 Mon Sep 17 00:00:00 2001 From: Srishti-j18 Date: Wed, 7 Feb 2024 20:58:35 +0530 Subject: [PATCH] added correct link fixed issue #653 Signed-off-by: Srishti-j18 --- content/docs/app-developer-guide/using-cache-image.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/app-developer-guide/using-cache-image.md b/content/docs/app-developer-guide/using-cache-image.md index cf5c1ed31..d1372bfac 100644 --- a/content/docs/app-developer-guide/using-cache-image.md +++ b/content/docs/app-developer-guide/using-cache-image.md @@ -23,7 +23,9 @@ The `--cache-image` flag must be specified in conjunction with the `--publish` f ### Examples For the following examples we will use: - - A local [Docker v2 registry running on port `5000`](https://docs.docker.com/registry/deploying/#run-a-local-registry) + +We should start a local instance of the Docker v2 registry in order to build the application image and the cache image + - A local [Docker v2 registry running on port `5000`](https://distribution.github.io/distribution/#run-a-local-registry) - Our [samples][samples] repo > **NOTE:** If we wish to publish to an external registry like `Dockerhub` we will first need to authenticate with `docker` to allow us to push images. We can do this via `docker login`