Commit Graph

224 Commits

Author SHA1 Message Date
Allie Sadler 411b034012
fix broken link (#14662) 2022-05-04 13:33:24 +01:00
Allie Sadler 24ad1fa8ca
change extensions from preview to beta (#14631)
* change extensions from preview to beta

* change sdk link
2022-05-04 13:07:58 +01:00
Guillaume Lours ce0a395f94 update the Compose Linux installation to use package managers
Apply suggestions from code review

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-03 15:31:43 +02:00
Guillaume Lours 4848a0d147 merge Compose V2 overview to the Compose index page
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-03 15:31:43 +02:00
Allie Sadler 28a3987c9f
Engdocs 633 (#14534)
* Created new extensions user manual
2022-04-25 14:35:36 +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
David Scott 46b902e20a troubleshooting: include the support form link in terminal section
When Docker Desktop doesn't start and the user runs the diagnostics from
a terminal, repeat the link to the paid support form.

Signed-off-by: David Scott <dave.scott@docker.com>
2022-04-19 20:18:45 +01:00
Emmanuel Briney 78a5ee464b Docker Desktop 4.7.1 release notes
Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-04-19 13:10:14 +02:00
Allie Sadler db650b4772
Merge pull request #14548 from aevesdocker/ENGDOCS-641
Expose level 4 headings in the right-hand toc
2022-04-14 17:20:49 +01:00
Allie Sadler d008a284d4 clarified optional step 2022-04-14 13:43:40 +01:00
Allie Sadler ec5dc89d85 Expose level 4 headings in the right-hand toc 2022-04-13 14:01:58 +01:00
Sebastiaan van Stijn 3eec56de26
desktop/mac: add missing prompt and highlighting for install
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-12 20:08:20 +02:00
Allie Sadler d91c431292 tweaks so users can copy and paste the code 2022-04-12 16:10:29 +01:00
Jake Levirne ab4991f9b2
Update dev-environments.md to match dialog (#14368)
* Update dev-environments.md to match dialog

Updated to match the "Create a Dev Environment" dialog in Docker Desktop 4.5.0 (74594)

* Apply suggestions from code review

Update instructions to match the latest UI udpates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-04-08 11:36:46 +01:00
Usha Mandya d5801996a9
Merge pull request #14390 from mat007/docker-desktop-4.6.0-release-notes
Add note about CVE-2022-0847 fix being shipped by microsoft
2022-04-08 10:16:59 +01:00
Usha Mandya 4856f29d23
Docker Desktop 4.7.0 release notes (#14505)
Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-04-07 16:08:48 +01:00
Mathieu Champlon 174fba5027
Merge pull request #14455 from mat007/add-installer-command-line-docs
DKP-118 Add Docker Desktop 4.7.0 installer command line docs
2022-04-07 15:21:06 +01:00
Emmanuel Briney 413a35e897 Docker Desktop 4.7.0 release notes
Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-04-07 15:29:15 +02:00
Anca Iordache 8ef19d2e44 DD4L: deb package with fix for ubuntu 22.04
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2022-04-05 20:01:22 +02:00
Mathieu Champlon eb2b74c45b Add note about CVE-2022-0847 fix being shipped by microsoft 2022-04-04 16:21:49 +02:00
Usha Mandya 1190d3c5e9 Remove DNS info from Windows user manual
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-01 15:07:15 +01:00
Chris McLellan dffe6c3675
Update index.md 2022-04-01 12:15:26 +01:00
Chris McLellan f6130a53fd
Update desktop/linux/index.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-04-01 12:14:53 +01:00
Chris McLellan 6ea99b800f
Update index.md 2022-04-01 11:59:04 +01:00
Anca Iordache 32d351a5f8 DD4L doc updates
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2022-03-31 16:05:05 +02:00
Anca Iordache c10ba039e5
DD4L: document pass setup and use (#14477)
* DD4L: document pass setup and use

Signed-off-by: Anca Iordache <anca.iordache@docker.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-03-31 10:54:12 +01:00
Piotr 55d18699e4
desktop/linux: Add instructions to remove old systemd units (#14468)
* desktop/linux: Add instructions to remove old systemd units

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update desktop/linux/index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-03-31 10:25:43 +01:00
Usha Mandya 441af0253c Clarify DD4L is not supported in nested virt scenarios
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-30 11:54:29 +01:00
Usha Mandya ab9bde9e14 Add DD4L docs to the toc
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-03-29 11:32:34 +01:00
aiordache 38cc3d1d7e Update DD4L doc page
Signed-off-by: aiordache <anca.iordache@docker.com>
2022-03-28 17:29:37 +02:00
jerae-duffin b873167202
Merge pull request #14436 from jerae-duffin/ENGDOCS-597
Updated Windows / Mac
2022-03-24 11:46:08 -05:00
Mathieu Champlon 35e5f3db99 Add CVE-2022-26659 to Docker Desktop release notes 2022-03-24 10:51:09 +01:00
Jerae Duffin a732b44cd4 updated windows mac 2022-03-23 14:20:55 -05:00
Jerae Duffin 09932fda23 updated user manuals 2022-03-22 10:18:00 -05:00
Emmanuel Briney 2b7977895e Docker desktop 4.6.1 release notes
Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-03-22 10:51:46 +01:00
Jerae Duffin 0e25106fb0 updated virtioFS 2022-03-17 12:30:07 -05:00
Jerae Duffin cb5f0d2aa9 updated virtioFS 2022-03-15 21:38:10 -05:00
Mathieu Champlon 221230797e
Merge pull request #14361 from mat007/docker-desktop-4.6.0-release-notes
Docker Desktop 4.6.0 release notes
2022-03-14 18:18:36 +00:00
jerae-duffin 5b980e16dd
Update desktop/mac/index.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-03-14 09:41:52 -05:00
Jerae Duffin 89fcd81809 updated experimental features 2022-03-10 12:10:34 -06:00
Usha Mandya a166dc017d Add includes file for registry.json config
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-02-25 16:05:48 +00:00
Cyprien 98388fe7a3
Note about Windows paths for self-signed certificates (#14250)
* Comment Windows paths for self-signed certificates

The documentation is misleading as colons are not allowed in paths in Windows, so it might be useful to be explicit about it.

* Apply suggestions from code review

Removing the colon as the docs are specific to Windows.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-02-25 10:59:55 +00:00
Mathieu Champlon 1b57b3a2b2 Move security note to correct version 2022-02-18 20:33:55 +01:00
Mathieu Champlon 8f2705816f Add CVE mentions with brief descriptions 2022-02-18 18:51:10 +01:00
Mathieu Champlon 2a52d62bdf
Add release notes for Docker Desktop 4.5.1 (#14265)
* Add release notes for 4.5.1

* Add more information about how to work around Desktop 4.5.0 issue

* Remove link to 4.5.0 to prevent more users using it

* Update release date
2022-02-15 10:41:43 +00:00
Felipe Cruz Martinez 3652fb1869
Include the `vscode` explanation in dev envs (#14030)
* Include the `vscode` explanation in dev envs

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2022-02-11 10:19:09 +01:00
Ulysses Souza 7f3277053c Add DD 4.5.0 changelogs
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2022-02-10 19:24:25 +01:00
aiordache e963412297 Linux: update url for tech preview build
Signed-off-by: aiordache <anca.iordache@docker.com>
2022-02-03 11:00:56 +01:00
Stefan Scherer e2bf6d3c45
Add scan cli plugin 0.16.0 version bump
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2022-02-02 10:56:10 +01:00
Usha Mandya 3db5a1ddfb Fix numbered list issue
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-02-01 19:06:32 +00:00