forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean get Docker * Fix deleted changes * Align content to the left
- Loading branch information
1 parent
bebc8fb
commit 2419c72
Showing
4 changed files
with
56 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% assign green-check = '{: style="height: 14px; margin: 0 auto"}' %} | ||
|
||
| | Community Edition | Enterprise Edition Basic | Enterprise Edition Standard | Enterprise Edition Advanced | | ||
|:------------------------------------------------------------------|:------------------|:-------------------------|:----------------------------|:----------------------------| | ||
| Container engine and built in orchestration, networking, security | {{green-check}} | {{green-check}} | {{green-check}} | {{green-check}} | | ||
| Certified infrastructure, plugins and ISV containers | | {{green-check}} | {{green-check}} | {{green-check}} | | ||
| Image management | | | {{green-check}} | {{green-check}} | | ||
| Container app management | | | {{green-check}} | {{green-check}} | | ||
| Image security scanning | | | | {{green-check}} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
{% capture green-check %}{: style="height: 14px"}{% endcapture %} | ||
{% assign green-check = '{: style="height: 14px; margin: 0 auto"}' %} | ||
|
||
| Platform | Docker EE | Docker CE x86_64 | Docker CE ARM | | ||
| ---------------------------------------------------------------------------------------------------- | ----------------- | ----------------- | ----------------- | | ||
| [Ubuntu](/engine/installation/linux/ubuntu.md) | {{ green-check }} | {{ green-check }} | {{ green-check }} | | ||
| [Debian](/engine/installation/linux/debian.md) | | {{ green-check }} | {{ green-check }} | | ||
| [Red Hat Enterprise Linux](/engine/installation/linux/rhel.md) | {{ green-check }} | | | | ||
| [CentOS](/engine/installation/linux/centos.md) | {{ green-check }} | {{ green-check }} | | | ||
| [Fedora](/engine/installation/linux/fedora.md) | | {{ green-check }} | | | ||
| [Oracle Linux](/engine/installation/linux/oracle.md) | {{ green-check }} | | | | ||
| [SUSE Linux Enterprise Server](/engine/installation/linux/suse.md) | {{ green-check }} | | | | ||
| [Microsoft Windows Server 2016](/docker-ee-for-windows/install/) | {{ green-check }} | | | | ||
| [Microsoft Windows 10](/docker-for-windows/) | | {{ green-check }} | | | ||
| [macOS](/docker-for-mac/) | | {{ green-check }} | | | ||
| [Microsoft Azure](/docker-for-azure/) | {{ green-check }} | {{ green-check }} | | | ||
| [Amazon Web Services](/docker-for-aws/) | {{ green-check }} | {{ green-check }} | | | ||
{: style="width: 75%" } | ||
| Platform | Docker CE x86_64 | Docker CE ARM | Docker EE | | ||
|:-------------------------------------------------------------------|:------------------|:------------------|:------------------| | ||
| [Ubuntu](/engine/installation/linux/ubuntu.md) | {{ green-check }} | {{ green-check }} | {{ green-check }} | | ||
| [Debian](/engine/installation/linux/debian.md) | {{ green-check }} | {{ green-check }} | | | ||
| [Red Hat Enterprise Linux](/engine/installation/linux/rhel.md) | | | {{ green-check }} | | ||
| [CentOS](/engine/installation/linux/centos.md) | {{ green-check }} | | {{ green-check }} | | ||
| [Fedora](/engine/installation/linux/fedora.md) | {{ green-check }} | | | | ||
| [Oracle Linux](/engine/installation/linux/oracle.md) | | | {{ green-check }} | | ||
| [SUSE Linux Enterprise Server](/engine/installation/linux/suse.md) | | | {{ green-check }} | | ||
| [Microsoft Windows Server 2016](/docker-ee-for-windows/install/) | | | {{ green-check }} | | ||
| [Microsoft Windows 10](/docker-for-windows/) | {{ green-check }} | | | | ||
| [macOS](/docker-for-mac/) | {{ green-check }} | | | | ||
| [Microsoft Azure](/docker-for-azure/) | {{ green-check }} | | {{ green-check }} | | ||
| [Amazon Web Services](/docker-for-aws/) | {{ green-check }} | | {{ green-check }} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters