docker - Docker CE上的Docker认证容器

标签 docker docker-container

我不确定是否可以在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



我尝试在CE上运行microsoft/nanoserver,但未收到任何错误/警告。因此,我怀疑我可以在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中的订阅,即认证的容器将执行以下操作:

provide trusted ISV products packaged and distributed as Docker containers - built with secure best practices cooperative support.

关于docker - Docker CE上的Docker认证容器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48528294/

相关文章:

docker - Docker不会从失败的dockerfile构建中释放内存

docker - 从 php 以外的容器运行 `docker-php-ext-install`

elasticsearch - 停止的 docker 容器中的磁盘管理(清理)

docker - 如何将值传递到 docker 文件

docker - Windows 7 jupyter 笔记本 - ImportError : No module named 'tensorflow'

docker - 从 docker 创建 alpine linux iso - libburn 权限被拒绝

Docker compose 和 dockerfile/.htaccess 问题

docker - 从图像中删除卷

database - 如何更新 azerothcore-wotlk docker 容器

mysql docker容器获取远程主机: Connection refused after container running