Kubectl.exe path has a DOS prompt ">" character in it, but then refers to configuring this as part of PATH. If the prompt character is copied into the PATH environment variable, it will not work.
* desktop: no need to mention "in a docker container" for k8s
It's an implementation detail.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: `docker ps` rather than `docker service ls`
`docker service ls` is a Swarm API. We could use `docker container ls`
but to be honest everyone prefers `docker ps` since it's shorter.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: move the option that no-one needs after the screenshot
We want to emphasize how easy it is to enable and avoid telling people
about advanced features which they don't need up front.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: the section on kubectl is not a pre-req
It's not possible to use the docker-desktop kubernetes context because
it hasn't been created yet.
Signed-off-by: David Scott <dave.scott@docker.com>
* desktop: merge the kubectl sections
Signed-off-by: David Scott <dave.scott@docker.com>