Commit Graph

10 Commits

Author SHA1 Message Date
Allie Sadler 798eeafff1
desktop freshness (#17887)
* first batch

* second batch

* final batch

* fix build

* review edits

* review edits

---------

Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-08-11 10:02:52 +01:00
Allie Sadler 0035868d2b
Engdocs 1428 (#17506)
* Desktop meta descriptions

* compose meta descriptions

* checks
2023-06-09 08:39:23 +01:00
Allie Sadler a37a50eb17
Dd4.16 content (#16497)
* add rosetta beta feature

* Change mac preferences to settings

* updates to the images view

* add info about quick search

* image fix

* image-fix

* Typo fix
2023-01-12 15:29:37 +00:00
Chris Poole ebbcfb0ff0
Fix Windows kubectl.exe path in kubernetes.md
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.
2022-12-31 15:34:42 +04:00
Allie Sadler 2a1fd8eb23
style guide alignments (#16111)
* style guide alignments

* fix

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/build-install.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/test-debug.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/test-debug.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/build/test-debug.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-11-07 15:56:38 +00:00
Allie Sadler f557136446
Rework of kubernetes.md (#14933)
* initial rework of kubernetes.md

* add information re kubernetes and linux

* addition of community feedback

* review feedback
2022-06-22 14:22:08 +01:00
David Scott 6a45693de1
Desktop: improve enable kubernetes section (#14593)
* 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>
2022-04-22 17:54:01 +01:00
Sebastiaan van Stijn a574227c8d
desktop: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:20:03 +02:00
Lorena Rangel aee449548d Remove references to Docker Stack and update image
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-04-23 12:15:06 +02:00
Usha Mandya cc04246252 Consolidate Kube deploy docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-24 15:10:35 +00:00