Support for this feature is being added in Docker Desktop 4.28 and later. Update
the docs accordingly.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* eci: indicate docker builds are only partially protected.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: more improvements to the ECI faq section.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Apply suggestions from code review
---------
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Formatting for tables wasn't guarded by markdownlint validation rules,
which increases the risk of releasing incorrectly formatted tables.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* eci: document docker socket mount restrictions.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: make formatting of notes more consistent.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: add new config section to docs TOC.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: a few more small doc improvements.
Remove the note regarding ECI being available to business customers
from all but the main ECI doc page (it's overkill otherwise).
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* eci: more doc improvements per review feedback.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
---------
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>