Docker 个通过 Docker CE 认证的容器
Docker certified containers on Docker CE
我不确定是否允许我在 Docker CE 上使用 Docker 认证容器进行开发和生产。
Docker Certified Infrastructure, Containers and Plugins are exclusively available for Docker EE with cooperative support from Docker and the Certified Technology Partner. From: https://www.docker.com/enterprise-edition
我尝试 运行 microsoft/nanoserver 在 CE 上,但没有得到任何 errors/warnings。因此我怀疑我可以在 CE 上将它们用于开发和生产目的吗?
有人可以更好地解释一下吗?
谢谢!
community/Docker-Technology-Partner-Program-Guide.pdf
更精确一点:
Content that runs on a current version of Docker Enterprise Edition Basic may be published in the Docker Store and is eligible to
become a Docker Certified container or plugin's.
Content that requires the Docker Community Edition may be published in the Docker Store, but can neither be certified nor
supported by Docker. However, the vendor, in this case, has the option to provide support for such content
在 nano-server image 的情况下,获得认证 而不是 意味着您 必须 运行 它仅限 Docker EE。
这只意味着它不需要 要求 docker CE:你可以 运行 它在 docker CE 上,但 CE 不是 要求的.
但是,如果您 运行 它在 Docker EE 上,那么认证意味着,在 Trusted and Certified 中订阅,certified 容器:
provide trusted ISV products packaged and distributed as Docker containers - built with secure best practices cooperative support.
我不确定是否允许我在 Docker CE 上使用 Docker 认证容器进行开发和生产。
Docker Certified Infrastructure, Containers and Plugins are exclusively available for Docker EE with cooperative support from Docker and the Certified Technology Partner. From: https://www.docker.com/enterprise-edition
我尝试 运行 microsoft/nanoserver 在 CE 上,但没有得到任何 errors/warnings。因此我怀疑我可以在 CE 上将它们用于开发和生产目的吗?
有人可以更好地解释一下吗?
谢谢!
community/Docker-Technology-Partner-Program-Guide.pdf
更精确一点:
Content that runs on a current version of Docker Enterprise Edition Basic may be published in the Docker Store and is eligible to become a Docker Certified container or plugin's.
Content that requires the Docker Community Edition may be published in the Docker Store, but can neither be certified nor supported by Docker. However, the vendor, in this case, has the option to provide support for such content
在 nano-server image 的情况下,获得认证 而不是 意味着您 必须 运行 它仅限 Docker EE。
这只意味着它不需要 要求 docker CE:你可以 运行 它在 docker CE 上,但 CE 不是 要求的.
但是,如果您 运行 它在 Docker EE 上,那么认证意味着,在 Trusted and Certified 中订阅,certified 容器:
provide trusted ISV products packaged and distributed as Docker containers - built with secure best practices cooperative support.