File tree 1 file changed +7
-5
lines changed
content/en/docs/tutorials/kubernetes-basics/deploy-app
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,13 @@ <h3>Objectives</h3>
28
28
< h3 > Kubernetes Deployments</ h3 >
29
29
30
30
{{< 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 >
36
38
{{< /note > }}
37
39
38
40
< p >
You can’t perform that action at this time.
0 commit comments