Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/docs/app-developer-guide/using-cache-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down