Unfortunately, the only reliable way to create internal links
is to use relative links to other Markdown files. This does
match the way links on GitHub work, but makes it harder to
create these links.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
We don't parse /etc/resolv.conf ourselves any more; in fact if the
upstream resolvers are IPv6 this will actually work! We still don't
support IPv6 apart from this.
Signed-off-by: David Scott <dave.scott@docker.com>
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
storage driver page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix incorrect links in compose section
there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* engine/swarm: update links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix various broken links
There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix broken link in mac FAQs
The title of the linked section has changed to "Add TLS Certificates". The current link goes to the top of the Getting Started page and is confusing because you have to scroll past the Kubernetes section to get to the section you actually need.
* Fix broken link to mac FAQs
I missed removing `/index` in the first commit. This is the correct link. Thanks to thaJeztah for the correction.
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Release notes for Desktop Stable 2.2 release
* Ruby Ver Bump (#10040)
* removed wsl entries from Windows relnotes
* address review comments
* minor updates
* Fix compose version number
* Fix compose version number
* bumped Compose version, added a new known issue
Co-authored-by: Olly P <oppomeroy@gmail.com>
Co-authored-by: Stephen Turner <stephen.turner@docker.com>
* Update install.md
What should the output of sysctl be?
* Updated the markdown formatting
Updated the markdown formatting and added text to explain the result.