* dd.4.18 adminless install for mac
* edit
* updates
* updates
* fix build
* add info on updating PATH
* add info on updating PATH
* update code block
* edits from review
* edits from review and page-layout tweak
* further review edits
* fix build
* edits post review
* Desktop: we now try to configure HTTP proxies consistently
It's not 100% yet but it's not necessary to configure every component
separately as it was before.
Signed-off-by: David Scott <dave.scott@docker.com>
* Desktop: update HTTP proxy section
In the latest 4.15 it should
- work with Proxy Auto-Configuration
- dynamically ask the developer for username and password, if the
proxy requires auth
- support TLS 1.3 for talking to the proxy
- be controllable with settings management
Signed-off-by: David Scott <dave.scott@docker.com>
* Update desktop/settings/windows.md
* Update desktop/settings/linux.md
* Update desktop/settings/mac.md
* Update desktop/settings/mac.md
* Update desktop/settings/linux.md
* Update desktop/settings/windows.md
Signed-off-by: David Scott <dave.scott@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Hyper-V is supported and appropriate for some use-cases.
Signed-off-by: David Scott <dave.scott@docker.com>
Signed-off-by: David Scott <dave.scott@docker.com>
* edit overview page
* add the whalemenu
* add better whale-menu icon from the Design system
* add info on the whalemenu
* fix images
* fix broken links
* update terms
Adds redirects for content that was removed in cab9f914bf
I tried to pick the most logical location, or following existing redirects (some of them
I wasn't sure about, e.g. most of the old "landing" page URLs looked to be redirected to
"get-started", not "desktop overview").
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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>
This option has been available for over 6 months, so probably ok to
remove it as a note, and just keep the documentation how to use it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- sync the content in the software updates section between
platforms. as they only _slightly_ differed (Windows and
Mac are the same, Linux slightly different)
- remove "Disable automatic check for updates" note from
linux, as it was a duplicate of the paragraph below it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Reformat the markdown syntax, and wrap long lines
- Slight rephrasing of common content to align between platforms,
or to make it more generic (Windows/Mac -> your machine).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- Reformat the markdown syntax, and wrap long lines
- Slight rephrasing of common content to align between platforms,
or to make it more generic (Windows/Mac -> your machine).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- wrap bullets
- align wording of common bullets to be the same between platforms
This makes it easier to see the differences between platforms when
comparing the files.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Add additional keywords to the page, which helps with the site's search
auto-complete, and fixes a typo (Dektop -> Desktop)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>