Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
4 additions
and
4 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
@@ -1,9 +1,9 @@ | ||
# Docker Hub use policy | ||
|
||
<a href="https://hub.docker.com/" target="_blank">Docker Hub</a> is the world's largest public registry for hosting Docker images. It is the default download source when you are working with Docker. | ||
**Docker** is an open source containerization platform. Developers can package applications in **containers**, components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. | ||
|
||
A **Docker image** is a file with a set of instructions for building a Docker container. It is like a snapshot in virtual machine (VM) environments. | ||
<a href="https://hub.docker.com/" target="_blank">Docker Hub</a> is the world's largest public registry for hosting Docker images. It is the default download source when you are working with Docker. | ||
|
||
Docker creates, runs and deploys applications in **containers**. When a user runs an image, it can become one or many instances of a container. | ||
A **Docker image** is a file with a set of instructions for building a Docker container. It is like a snapshot in virtual machine (VM) environments. When a user runs an image, it can become one or many instances of a container. | ||
|
||
PMCs can host convenience binaries on Docker Hub for users to download and deploy. The ASF has a limited number of Docker Hub seats, so there is a limit of YYYY seats per PMC. | ||
PMCs can host product releases on Docker Hub for users to download, build, and deploy. The ASF has a limited number of Docker Hub seats, so there is a limit of YYYY seats per PMC. |