Skip to content

Commit

Permalink
Merge pull request #7596 from kubernetes/balopat-patch-1
Browse files Browse the repository at this point in the history
fix broken link
  • Loading branch information
tstromberg authored Apr 10, 2020
2 parents 9855b4e + 004f4da commit 3735c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/en/docs/handbook/pushing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here is a comparison table to help you choose:
|--- |--- |--- |--- |--- |
| [docker-env command](/docs/handbook/pushing/#1pushing-directly-to-the-in-cluster-docker-daemon-docker-env) | only docker | | good |
| [podman-env command](/docs/handbook/pushing/#3-pushing-directly-to-in-cluster-crio-podman-env) | only cri-o | | good |
| [cache add command](/pushing/#push-images-using-cache-command) | all | | ok |
| [cache add command](/pushing/#2-push-images-using-cache-command) | all | | ok |
| [registry addon](/docs/handbook/pushing/#4-pushing-to-an-in-cluster-using-registry-addon) | all | work in progress for [docker on mac](https://github.com/kubernetes/minikube/issues/7535) | ok |
| [minikube ssh](/docs/handbook/pushing/#5-building-images-inside-of-minikube-using-ssh) | all | | best |

Expand Down Expand Up @@ -76,7 +76,7 @@ more information on [docker-env](https://minikube.sigs.k8s.io/docs/commands/dock

---

## 2.Push images using 'cache' command.
## 2. Push images using 'cache' command.

From your host, you can push a Docker image directly to minikube. This image will be cached and automatically pulled into all future minikube clusters created on the machine

Expand Down

0 comments on commit 3735c17

Please sign in to comment.