Commit Graph

131 Commits

Author SHA1 Message Date
Allie Sadler
e8e1204f91 Revert "DS-63 using WSL doesn't need to run the admin windows service (#16586)" (#16791)
This reverts commit 730e33f216.
2023-02-27 17:38:23 +00:00
Eric Lapuyade
730e33f216 DS-63 using WSL doesn't need to run the admin windows service (#16586) 2023-02-27 16:15:25 +00:00
Allie Sadler
8e16fb9373 keywords (#16691) 2023-02-08 14:42:21 +00:00
Allie Sadler
011ebd4c8f remove outdated callout on WSL (#16547) 2023-01-18 11:49:40 +00:00
Allie Sadler
edf8fa9529 Docs freshness (#16430)
* docs freshness for desktop troubleshoot

* docs freshness for desktop get started

* docs freshness for desktop wsl

* fixes from review
2023-01-11 12:11:06 +00:00
Allie Sadler
b3d299f3ae change screenshots to reflect new Design System (#16245) 2022-12-01 15:26:41 +00: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
bde9629d68 changes to DD license copy - ONLY MERGE WITH DD 4.12 (#15457)
* changes to DD license copy

* edits

* edits

* edits

* more edits

* more edits

* removed extra notes

* change to get docker page
2022-09-01 16:33:19 +01:00
Allie Sadler
56c9827312 ENGDOCS-924 (#15468) 2022-08-25 16:53:05 +01:00
Allie Sadler
13ee3ff426 remove old images from repo (#15363)
* remove old images from repo

* fix broken links

* fix links

* fix links
2022-08-11 11:37:31 +01:00
Gabriela Georgieva
d9dfff4887 Document permission requirements for Docker Desktop for Windows (#15265)
* Document permission requirements for Docker Desktop for Windows

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* Update permission-requirements.md

Fix keyword, typo and wording

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-07-29 14:42:51 +01:00
Allie Sadler
cab9f914bf ENGDOCS-846 (#15219)
* ENGDOCS-846

* fix broken links

* fix links

* fix broken links

* fix broken links

* fix broken links
2022-07-27 13:26:22 +01:00
Allie Sadler
e29b9691ae global troubleshoot section for DD (#15173)
* global troubleshoot section for DD

* tidy up

* fix links

* fix links

* tidy up

* tidy up
2022-07-20 14:48:46 +01:00
CrazyMax
643a33edfb fix linking to desktop support
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-07-19 11:52:06 +02:00
Sebastiaan van Stijn
a9b15d6253 desktop: settings: remove "-settings" suffix from URLs
The "-settings" suffix in the URL duplicated the "/settings/" directory
in the URL, which made it redundant.

Using "/mac/", "/windows/" and "/linux/" keeps the URLs shorter, more
memorable, and more consistent with other locations, making it easier
to "guess" the URL when navigating using the browser's location bar.

No redirects were added, because the "-settings" pages have not yet
been published.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-15 12:57:14 +02:00
Craig Osterhout
75e73aa2d7 Merge pull request #15120 from craig-osterhout/ENGDOCS-760-support
ENGDOCS-760 support topic
2022-07-14 14:39:41 -07:00
Allie Sadler
d17f279abc create a global setting section for DD (#15122)
* create a global setting section for DD

* fix broken links

* fix broken links

* fix broken links
2022-07-14 15:56:51 +01:00
craig-osterhout
3812966c88 add top level support topic 2022-07-13 11:43:22 -07:00
Allie Sadler
38fec0d159 Engdocs 802b (#15108)
* moved install pages

* moved images

* update toc

* add redirects

* ammend page links

* fix broken links

* fix broken links

* fix broken links

* fix broken links
2022-07-13 10:41:56 +01:00
Paulo Haddad Martim
8ed2dfae05 Clarify that Windows containers are only available in some Windows editions (#14776)
* Clarify windows containers availability

* Update install.md

Add Windows 11 to the list and remove Windows Server editions as these are not supported.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-07-08 13:42:30 +00:00
David Scott
c65a883cfe desktop proxies: clarify situation on Mac and Windows (#15045)
* desktop proxies: clarify situation on Mac and Windows

1. there are multiple different places proxies are configured
   (unfortunately)
2. there are behaviour differences between Mac and Windows (currently
   Mac performs transparent proxying but Windows does not)
3. rather than manually setting environment variables for containers we
   should use the CLI's new config.json support.

Signed-off-by: David Scott <dave.scott@docker.com>

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* Update index.md

* Update index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-07-08 12:12:39 +01:00
Allie Sadler
7e17cb37a5 DKP-91 add checksums to release notes (#15077)
* add checksums to release notes

* added checksums

* review comments

* faqs update

* add SHA-256

* test

* add review comments
2022-07-08 08:50:16 +01:00
Allie Sadler
571ee30031 Merge branch 'master' into ENGDOCS-779 2022-07-05 13:48:52 +01:00
José Fernando Höwer Barbosa
b9e2257704 Add instructions link to enable virtualisation
I just found it hard to find good instructions to enable virtualization from the UEFI or BIOS. So I just added a useful link

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-04 12:38:53 +02:00
Allie Sadler
e9d1f59cd2 add global support page for DD 2022-07-04 10:55:45 +01:00
Allie Sadler
04edda3ca7 fix broken links 2022-06-30 16:06:23 +01:00
Allie Sadler
cd79acca5d fix broken links 2022-06-30 15:57:25 +01:00
Allie Sadler
86dfbfc52b add a 'give feedback' page to DD (#15017)
* add a 'give feedback' page to DD

* typo fix
2022-06-29 12:31:49 +01:00
Allie Sadler
4dc2faed6a Merge pull request #14867 from aevesdocker/ENGDOCS-727
rework of faqs page
2022-06-22 13:21:51 +01:00
gitsno
48c1266e52 Typo (#14845)
Fix a typo "additional" misspelled.
2022-05-30 08:15:08 +01:00
David Scott
0b100e25c6 Update the Desktop docs on nested virt (#14775)
* desktop: can also use Linux for Linux containers

Now that we've released Docker Desktop for Linux!

Signed-off-by: David Scott <dave.scott@docker.com>

* desktop: link to Microsoft's nested Hyper-V docs

Signed-off-by: David Scott <dave.scott@docker.com>

* desktop: document how to enable nested Hyper-V

Signed-off-by: David Scott <dave.scott@docker.com>

* desktop: remove outdated comment about 60s timeouts

The timeout is now 10 minutes which is effectively infinite. Although
nested virtualization will be slower, it's the same as having a busy
machine.

Signed-off-by: David Scott <dave.scott@docker.com>

* Update desktop/windows/troubleshoot.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-05-19 13:55:12 +01:00
Allie Sadler
59203dd95c Move 'Previous Versions' into new folder at root of DD docs (#14742)
* moveed previous versions into new folder at root of DD docs

* fix broken links

* fix broken links

* broken link fix
2022-05-18 16:44:45 +01:00
David Scott
861e079559 Improve WSL 2 docs (#14766)
* wsl2: removes need to manage VMs

Previously:
> allowing Linux containers to run natively without emulation.

Now:
> allowing Linux distributions to run without having to manage Virtual
> Machines

Signed-off-by: David Scott <dave.scott@docker.com>

* wsl2: remove reference to Docker Desktop "2.3.0.2"

This version is very old, the link was to the latest version.

Signed-off-by: David Scott <dave.scott@docker.com>

* wsl2: re-order to prereqs, download, install, best practices

Previously the best practices were before the Download, which is
a bit early. Now the page has

- why you should use this
- how you get it

and then

- how to optimize it

Signed-off-by: David Scott <dave.scott@docker.com>

* wsl2: clarify that Linux distros are recommended but not a pre-req

If there are no additional Linux distros installed then the docker
CLI and UI will work fine from Windows.

We recommend installing at least one Linux distro for optimal
performance.

Also add a warning about misusing the internal distros `docker-desktop`
and `docker-desktop-data`

Signed-off-by: David Scott <dave.scott@docker.com>
2022-05-18 15:53:51 +01:00
Mark H
9afb3bc05b Update text to reflect end of grace period (#14712)
* Update text to reflect end of grace period

* Revert changes to release notes

* Remove references to the grace period
2022-05-12 12:44:03 +01:00
Allie Sadler
8d433de09d fix duplication 2022-05-12 10:00:51 +01:00
Allie Sadler
c0fa8d74bb Merge pull request #14623 from mat007/remove-windows-versions-out-of-support
[Do not merge until 11 May] DKP-168 Remove support for Windows versions which are not supported by Microsoft anymore
2022-05-11 10:09:13 +01:00
Allie Sadler
df7df4a711 Merge branch 'published' into master 2022-05-10 08:15:41 +01:00
Mathieu Champlon
721d73b06c Keep only new entries from 4.8.0 in 4.8.1 (#14701) 2022-05-09 16:23:10 +01:00
Sebastiaan van Stijn
7dd23540f7 Desktop: (somewhat) fix link to the WSL 2 requirements tab
This link was meant to toggle the tab to the "WSL 2 backend". This patch
fixes the switching (but there's still an issue that the tab is not highlighted
to be "active").

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-09 15:51:49 +02:00
Allie Sadler
9e29251106 Publish updates from master (#14699)
* DD4L: Remove package when upgrading on Fedora (#14680)

* DD4L: Remove package when upgrading on Fedora

The ordering of RPM scriptlets is a bit odd, which will cause upgrades
with our current package not to work correctly. So advise users to
remove docker-desktop explicitly rather than installing a new version
over it.

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

* Update desktop/linux/install/fedora.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* DDL: update download links (#14684)

* release notes for 4.8.1 (#14681)

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Fix linux links (#14696)

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

Co-authored-by: Piotr <piotr.stankiewicz@docker.com>
Co-authored-by: Anca Iordache <aiordache@users.noreply.github.com>
Co-authored-by: Lorena Rangel <lorena.rangel@docker.com>
2022-05-09 13:06:42 +01:00
Lorena Rangel
c5815d14f6 release notes for 4.8.1 (#14681)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2022-05-09 11:15:30 +01:00
Lorena Rangel
6417571628 Docker Desktop 4.8.0 Release notes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2022-05-06 10:41:39 +02:00
Usha Mandya
303b29c726 Merge pull request #14655 from usha-mandya/il-1166
Update the Windows proxy settings info
2022-05-05 10:50:12 +01:00
Usha Mandya
bf4c9b884b Update the Windows proxy settings info
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-05-03 17:50:24 +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
Mathieu Champlon
d7e4582321 Remove support for windows versions which are not supported by microsoft anymore
The actual end of support date for these is May 10, 2022.
2022-04-27 12:30:58 +02: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