- 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>
- move notes about packaging changes to the 18.09 section
- fix install/upgrade instructions referencing "ce" packages
- changed title to mention "Enterprise"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Now that we only have "enterprise" releases listed on this
page, we can remove the "Docker EE" prefix from the headings
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Docker Engine Enterprise 17.03.x releases are based on the
Community Edition release. Consolidate the changelogs.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Docker Engine 18.03.1-ee-1 was the first 18.03.x release of
Enterprise Engine, and based on Docker Community engine 18.03.1.
This patch merges the 18.03.0-ce and 18.03.1-ce changelogs into
the 18.03.1-ee-1 section.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Edge releases were community only, and 18.06, 17.12, and 17.09
were not released as enterprise edition.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* DTR release notes for March 2020 Amberjack patch release
* updating dtr and ucp product versions and links to tarballs
* fixing typo
Co-authored-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
If you supply the `--interactive` flag to `docker run` the prompt will never come back. That said, if somebody were to run this as a cron job, it would fail as the `ucp-phase2` container name will already exist.