* update mentions of owners team to owner role
* update org overview
* remove callout and update org intro
* update owners team to owner role
* add company layer variable for edit roles
* update hub api doc
* fix typo
* update intro section and add subheadings
* add links to hub and admin for visibility
* move team permissions to org permissions table and update reference to repo permissions page
* cleanup
* update company owner role positioning
* add missing word
* cleanup table
* update section on team permissions
* update release notes and cleanup table
* implement feedback
* update for clarity
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>
* Introduce Buildkit to AutoBuilds
Add a section on explaining how to enable builds to use the Docker Buildkit builder by the Autobuild service
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-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>
* instruction and screenshot updates
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* removed one more mention of sourceref
Signed-off-by: Lena Larionova <lena.larionova@docker.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.
Hub backend dose not support `Create multiple Docker tags from a single build`. Take it off from the docs. Already received several issues asking about why it is not working according to the doc.