Skip to content

Commit 03fa185

Browse files
typo. clarify Docker Desktop installation requirement
1 parent c26b9ac commit 03fa185

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html

+7-5
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ <h3>Objectives</h3>
2828
<h3>Kubernetes Deployments</h3>
2929

3030
{{< note >}}
31-
<p>This tutorial uses a container that requires the AMD64 architecture. If you are using
32-
minikube on a computer with a different CPU architecture, you could try using minikube with
33-
a driver that can emulate AMD64. For example, the Docker Desktop driver can do this. You can
34-
make sure Docker Deskstop is running when you issue your first `minikube start` command. If
35-
you already have other Minikube instances you can create a one with `minikube start driver=docker`.</p>
31+
<p>This tutorial uses a container that requires the AMD64 architecture. If you are
32+
using minikube on a computer with a different CPU architecture, you could try using
33+
minikube with a driver that can emulate AMD64. For example, the Docker Desktop
34+
<a href="https://minikube.sigs.k8s.io/docs/drivers/">driver</a> can do this after
35+
you install Docker Desktop. You can either make sure Docker Desktop is running when
36+
you issue your first `minikube start` comman; or, if you already have a Minikube
37+
instance, you can create a new one with `minikube start driver=docker`.</p>
3638
{{< /note >}}
3739

3840
<p>

0 commit comments

Comments
 (0)