security - Docker Store 与 Docker Hub

标签 security docker

有没有人真正弄清楚 Docker 在 DockerCon2016 上介绍的“Docker Store”和“Docker Hub”之间的区别?

Docker 只是想制作一个漂亮的 Docker hub 版本来拥有 Apple Store、Android Store 等内容吗?或者它是否试图通过引入这个来解决任何特定的用例?我认为,它可以很好地使用 Docker hub 来提供可信的、经过验证的等企业镜像,因为它现在正在提供官方镜像。那为什么是“Docker Store”???

最佳答案

主要区别在于商业方面(如“Docker 的收入流”),正如 Techcrunch article 中所指出的。来自 Frederic Lardinois (@fredericl) :

The idea behind the store is to create a self-service portal for Docker’s ecosystem partners to publish and distribute their software through Docker images — and for users to make it easier to deploy these applications.

While Docker already offered its own registry for containers (DockerHub: https://hub.docker.com/explore/), too, the Docker Store is specifically geared toward the needs of enterprises.
The store will offer enterprises “with compliant, commercially supported software from trusted and verified publishers, that is packaged as Docker images,” the company says, and feature both free and paid software.
Unsurprisingly, Docker will take a cut when a user installs a paid application through the store (though what exactly this revenue share agreement for paid-via-Docker content looks like is currently unclear).

关于security - Docker Store 与 Docker Hub,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37981820/

相关文章:

php - 在 PHPass 中使用现有的 MD5 散列是否存在任何安全隐患?

javascript - 用户是否可以在浏览器中修改网站 JavaScript?

mysql - 必须转义哪些字符以防止(My)SQL 注入(inject)?

docker - 通过 CLI 命令配置 dockerized Keycloak

c - 依赖 PATH_MAX 会导致溢出

java - 将 JavaEE 应用程序角色映射到 weblogic 安全角色

node.js - Docker 镜像太重了

docker - .NET Core 项目的 AppSettings 未在 Docker 容器中覆盖

linux - docker-compose up 非常慢,但 docker-compose 在 Linux 上运行非常快

docker - 为什么要在 Vagrant 下运行 Docker?