* Rewriting of the Overview page and new Hello Build page
* Review and proofreading
* Delete builders.md
* Suggestions from code review
Co-authored-by: Justin Chadwell <github@jedevc.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
* docker scan: using an HTTP proxy
Explain how to use an HTTP proxy in `docker scan`. It's confusing
because it doesn't use the same settings as the engine, the CLI
or Docker Desktop.
Signed-off-by: David Scott <dave.scott@docker.com>
* Update engine/scan/index.md
Clarify proxy:port as proxyAddress:port
Co-authored-by: Paweł Gronowski <me@woland.xyz>
* Update engine/scan/index.md
Capitalize PowerShell
Co-authored-by: Paweł Gronowski <me@woland.xyz>
Co-authored-by: Paweł Gronowski <me@woland.xyz>
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>