Skip to content

Commit c2fd606

Browse files
authored
Update k8s-docker-for-mac.md (#703)
The latest versions of docker does not recognize the config "docker-for-desktop" but "docker-desktop"
1 parent 6040764 commit c2fd606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/k8s-docker-for-mac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ the box to enable Kubernetes. It is recommended that you use the
4444
`kubectl` cli that is installed by Docker in `/usr/local/bin`, so
4545
please make sure it is appears in your path before any `kubectl` you
4646
might also have installed on your machine. Finally, pick the
47-
`docker-for-desktop` config for `kubectl` by executing the command
48-
`kubectl config use-context docker-for-desktop`.
47+
`docker-desktop` config for `kubectl` by executing the command
48+
`kubectl config use-context docker-desktop`.
4949

5050
### Configuring OpenWhisk
5151

0 commit comments

Comments
 (0)