See https://web.dev/external-anchors-use-rel-noopener/
Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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>
- 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>
Download command below points to a dir that doesn't exist
```
Invoke-WebRequest "https://github.com/docker/compose/releases/download/1.23.2/docker-compose-Windows-x86_64.exe" -UseBasicParsing -OutFile $Env:ProgramFiles\Docker\Docker\resources\bin\docker-compose.exe
```
On Windows Server 2019 (and probably on 2016), other exe files are under "$Env:ProgramFiles\Docker\" so that should be a good place to put the compose's executable. This directory is also registered in "PATH" of the system, so users can call out `docker-compose --version` command on the next step without additional configuration.
This patch updates the compose installation instruction to
be more clear about the default instructions installing
the current stable release.
Inline nodes about installing different versions has been
reduced, and the "Master builds" section has been renamed
to "Install pre-release builds", to capture installing either
"master" builds, or pre-releases (release-candidates) from
GitHub.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Github now only supports TLS1.2 and you need to run the following command to make sure these instructions work. Please let me know if my phrasing is not good and I can update to make it work
* Reword lots of instances of 'will'
* Reword lots of instances of won't
* Reword lots of instances of we'll
* Eradicate you'll
* Eradicate 'be able to' type of phrases
* Eradicate 'unable to' type of phrases
* Eradicate 'has / have to' type of phrases
* Eradicate 'note that' type of phrases
* Eradicate 'in order to' type of phrases
* Redirect to official Chef and Puppet docs
* Eradicate gratuitous 'please'
* Reduce use of e.g.
* Reduce use of i.e.
* Reduce use of N.B.
* Get rid of 'sexagesimal' and correct some errors
* updates to version variables for compose and machine
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit to make Compose release version number correct
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* re-organized Compose install docs into tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* combined d4win and windows server on one tab
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed tabs alignment
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed heading levels to show properly in TOC
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixing tabs and content
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* removed cruft test content from tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* final version of tabs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Set toc_max to get headings within tabs out of on-page toc
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added a subtle <hr> under tab topics per review request
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* clarify Compose install prerequisites
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* organized install on Microsoft Server into steps
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* better highlighting and organization for the desktop systems section
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit for consistency
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* changed Docker server --> Docker per review
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* attempt to clarify Compose / Docker Engine dependencies per reviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedits per reviews
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* update Compose release link, clarified download pattern
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more version admonitions for Linux and containers, improved notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added site-wide variable for Compose version, review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>