This URL will be referred to from the CLI to point to documentation
on using Go templates to format CLI output.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Document use of x-aws-cloudformation overlays
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* Minor style updates
* Fixed a nit
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* Release notes for desktop 3.1.0
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Removed already fixed items, added experimental mention
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Move Debian / GPU entries in NEW category
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Typo
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Added details about UI reliability issues, added mention to the diags UI
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Nits
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Updated to fix some nits
* Updated to fix minor issues
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Some flag descriptions contain point-brackets to indicate required
options, e.g.:
--ssh stringArray SSH agent socket or keys to expose to the build (format: default|<id>[=<socket>|<key>[,<key>]])
When rendering those options as HTML, those options were not visible as
they were rendered as a HTML element.
Given that flag-descriptions are not expected to have MarkDown or HTML
formatting, we can HTML-escape them to prevent this.
This patch escapes the flag-descriptions using liquid's `esacape` command.
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>
Was setting `ipvlan`, since home router didn't support `macvlan`, and only started working when I noticed elsewhere that I needed to add the `-o parent=eth0` for `ipvlan` setup as it was set for `macvlan`.
The documentation curently doesn't contain reference docs for the
unified (version-less) compose-file syntax, so for now replacing
all links to point to the v3 compose-file reference, which is still
present.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Update insecure.md for Docker Desktop
Docker Desktop does not have "preferences" menu today.
It's changed to "Settings" > "Docker Engine" .
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>