Merge pull request #1187 from docker/david-yu-patch-1

docker_ee.md
This commit is contained in:
DawnWood-Docker 2019-06-11 14:50:40 -07:00 committed by GitHub
commit e8fafe331f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

9
_includes/docker_ee.md Normal file
View File

@ -0,0 +1,9 @@
{% assign green-check = '![yes](/install/images/green-check.svg){: 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 | {{green-check}} | {{green-check}} |
| Image management | | {{green-check}} |
| Container app management | | {{green-check}} |
| Image security scanning | | {{green-check}} |

View File

@ -26,7 +26,7 @@ options, see [Docker Enterprise](https://www.docker.com/enterprise-edition/).
## Docker EE tiers
{% include docker_ce_ee.md %}
{% include docker_ee.md %}
> Note
>