- 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>
Ironically the link to the symlink section was broken.
This patch fixes the problems spotted by @usha-mandya
Signed-off-by: David Scott <dave.scott@docker.com>
- Explain what this feature is for: mainly source code and not databases
- Remove Samba-specific locking
- Explain what's going on with case insensitivity
- Remove mention of Docker Machine
Signed-off-by: David Scott <dave.scott@docker.com>
Some commands provide a long list of options, which may
"hide" the examples section. To help discoverability, add
an anchor-link to the examples section (if present).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
The extended description usually provides a good introduction to
the command, which likely is useful to read before heading to
more detailed information (such as "which options does this command
have")
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
For some commands, the list of "related" commands is lenghty, therefore
hiding the extended description and examples below the fold, which is
not ideal.
This patch moves the "parent command", "child commands", and "related
commands" sections to the bottom of the page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Regenerated the yaml files after fixing a bug in the generator
script that caused some extended descriptions and examples
to not be included.
Also fixes the generated YAML to use the "long form" format,
instead of the compact format (where newlines were encoded
as `\n`). This makes the YAML more "human readable", and makes
reviewing updates easier.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
For intermediate stages, it's generally ok to perform steps
separately, however in this case, fixing the links would
happen every time the HTML was generated, so we might as
well do it in the same step, to reduce the size of the local
build cache, as it was adding 54MB for each rebuild:
IMAGE CREATED CREATED BY SIZE COMMENT
7d97d86ae290 3 minutes ago RUN /bin/sh -c find ${TARGET} -type f -name … 53.7MB buildkit.dockerfile.v0
<missing> 3 minutes ago RUN /bin/sh -c jekyll build -d ${TARGET} # b… 375MB buildkit.dockerfile.v0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>