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>
- Updated the Guides tab to open to the Get started page, instead of Develop with Docker.
- Moved Docker overview as the first entry in the Guides toc.
* Adding in Cloud steps to tutorial
Adding in bullet points referencing how to get started with the cloud in the tutorial and linking to current best blog posts
* Update part2.md
`--force` in `rm --force` claimed to remove the container (which `rm` obviously does). `--force` allows a container to be removed even if it's still running.
- 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>
The long forms of Docker commands have not caught on. I don't think we
should continue to encourage their use especially in the get started
guide. There is no evidence from online searches that anyone is really
using them. They are overly pedantic and verbose.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
* Update Get started docs
* update part-1, add redirects
* draft updates to part 2 and 3
* tidy up the orchestration topics
* update examples, and other minor edits
* address Stefan's review comments
* moved orchestration to a new node
* fix Ben's review comments
* add email verification step
* Emphasize the CTA in part 3
* first pass at gs pt 1
* suggestions from Dawn
* unbreak tabs
* get started part 2 refresh
* comments from Dawn and Adrian
* draft of kube get started
* first draft of swarm demo for gs
* saving some updates...
* first draft docker hub section
* comments from Dawn
* comments from Dawn
* comments from Dawn
* comments from Dawn
* gsu frontmatter
* removed toc entry for get started part 6 and changed toc titles for the rest of get started topics
* addressing Adrian's feedback
* fixing top nav buttons