mirror of
https://github.com/docker/docs.git
synced 2026-04-13 14:56:12 +07:00
We cannot use relative links in includes, because: - The jekyll-relative-links, is not called on includes, so markdown-links are rendered as-is. - These files are included in various locations on the website; because of that, it's not possible to compose a relative link to other Markdown files, so we're falling back to using absolute URLs, relative to the root of the website. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
10 lines
1.1 KiB
Markdown
10 lines
1.1 KiB
Markdown
{% assign green-check = '{: style="height: 14px; margin: 0 auto"}' %}
|
|
|
|
| Capabilities | Docker Engine - Enterprise | Docker Enterprise |
|
|
|:---------------------------------------------------------------------|:-------------------------:|:----------------------------:|
|
|
| Container engine and built in orchestration, networking, security | {{green-check}} | {{green-check}} |
|
|
| [Certified infrastructure, plugins and ISV containers](/ee/supported-platforms/#docker-enterprise) | {{green-check}} | {{green-check}} |
|
|
| [Image management with Docker Trusted Registry security scanning](/ee/dtr/user/manage-images/scan-images-for-vulnerabilities/) | | {{green-check}} |
|
|
| [Container app management with Universal Control Plane](/ee/ucp/) | | {{green-check}} |
|
|
| [Developer solutions with Docker Desktop Enterprise](/desktop/enterprise/) | | {{green-check}} |
|