* 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>