Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix site documentation links to docker_daemon.md
  • Loading branch information
afbjorklund committed Aug 13, 2019
1 parent 400ff08 commit e8ba6c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/en/docs/Tasks/building.md
Expand Up @@ -10,7 +10,7 @@ When using a single VM of Kubernetes it's really handy to build inside the VM; a

## Docker (containerd)

For Docker, you can either set up your host docker client to communicate by [reusing the docker daemon](docker_daemon.md).
For Docker, you can either set up your host docker client to communicate by [reusing the docker daemon]({{< ref "/docs/tasks/docker_daemon.md" >}}).

Or you can use `minikube ssh` to connect to the virtual machine, and run the `docker build` there:

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/Tasks/docker_registry.md
Expand Up @@ -7,7 +7,7 @@ description: >
How to access the Docker registry within minikube
---

As an alternative to [reusing the Docker daemon](docker_daemon.md), you may enable the registry addon to push images directly into registry.
As an alternative to [reusing the Docker daemon]({{< ref "/docs/tasks/docker_daemon.md" >}}), you may enable the registry addon to push images directly into registry.

Steps are as follows:

Expand Down

0 comments on commit e8ba6c8

Please sign in to comment.