mirror of https://github.com/docker/docs.git
Fixed typo in kubectl path (#22447)
Noticed a typo in the path for kubectl at least as of Docker Desktop 4.40.0
This commit is contained in:
parent
6324a8ce55
commit
a996f877f9
|
@ -37,7 +37,7 @@ Turning the Kubernetes server on or off in Docker Desktop does not affect your o
|
|||
4. Choose your [cluster provisioning method](#cluster-provisioning-method).
|
||||
5. Select **Apply & Restart** to save the settings.
|
||||
|
||||
This sets up the images required to run the Kubernetes server as containers, and installs the `kubectl` command-line tool on your system at `/usr/local/bin/kubectl` (Mac) or `C:\Program Files\Docker\Docker\Resources\bin\kubectl.exe` (Windows).
|
||||
This sets up the images required to run the Kubernetes server as containers, and installs the `kubectl` command-line tool on your system at `/usr/local/bin/kubectl` (Mac) or `C:\Program Files\Docker\Docker\resources\bin\kubectl.exe` (Windows).
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue