Docker Store Vs Docker Hub

innocentme :

Did anyone actually figure out the difference between "Docker Store" that Docker introduced at DockerCon2016 and "Docker Hub"?

Is Docker just trying to make a fancy version of Docker hub to have something like Apple Store, Android Store etc? or are there any specific use cases it is trying to solve by introducing this? I think, it can very well use Docker hub for providing trusted, validated etc. enterprise images as it is now providing official images. Then why "Docker Store" ???

VonC :

The main difference is the commercial aspect (as in "revenue stream for Docker"), as pointed out in this Techcrunch article from 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).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related