The updated version uses new anchors for flags, so updates are needed
elsewhere to update those anchors.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- moved note about open source projects into the CTA; this reduces the number of
notes on this page (which was already quite large), and puts related information
about upgrading/plans in a central location.
- changed note about limits to body text, and added mention of "business" plan.
- replaced https://docs.docker.com URLs with local links
- replaced some HTML links with links to the target markdown file
- add missing YAML and "console" code-hints
- wrapped long paragraphs/lines
- corrected the information about Amazon Linux
To be looked at; the recent changes added information about using "v2" compose
files, but compose (after having switched to the compose-spec) no longer uses
versions, so perhaps this needs to be corrected (we don't have local docs for
the compose-spec format though, so that makes it a bit more complicated).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Adds reference to the virtual machine it's running
This will help prepare more powerful hooks.
* Clarify name and grammar
* jq is definitely not there
(although it's listed as part of the AMI Linux distro).
* Updated the AWS URL
The URL previously pointed to Spanish docs.
* Update URL to Amazon Linux 2
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
As noted in issue #6684 `CACHE_TAG` environment variable is actually empty in the builds, turns out the documented value is represented by a `DOCKER_TAG` variable instead.