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>
* Stash computed data in a variable
To avoid computing `site.data[include.datafolder][include.datafile]` multiple times for the same context.
* Revert change to hard-tab whitespace
- Remove the "Develop your apps on Docker" section, as there
was only a single section.
- Shorten titles in the navigation: the page itself still
has the full title. Some titles also didn't match the
title on the page.
- Changed "Docker build enhancements for 18.09" to
"Build images with BuildKit" to help discovery of the
BuildKit back-end.
- Some minor (Markdown) touch-ups of the BuildKit topic.
- Moved "Create a base image" lower in the navigation,
because it's an advanced topic that most users won't
be using (generally, using the official base images
from Docker Hub would be recommended).
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>
Having this variable set causes redirects to always redirect to
https://docs.docker.com, which makes it not possible to preview
redirects locally, or to host them on a different domain (e.g.
on a staging domain).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>