Basic Docker terminology

Source: Internet
Author: User
Tags docker hub

This article describes some of the basic and most important terms of Docker:

  • Image: Mirroring is the cornerstone of building the Docker world, where users create containers based on images, a layered structure based on a federated file system, built by a series of instructions. It is easy to understand that mirroring is the program code that a container runs.
  • Registry: Docker uses Registry to save user-built images. Registry is divided into public and private two kinds. The public registry that Docker operates is called the Docker Hub. Users can register their account on the Docker hub to share and save the images they have built.
  • Containers (Container): Containers are initiated based on mirroring and can run one or more processes in a container, and we can assume that mirroring is the build and package phase in the Docker lifecycle, and the container is the start and execute phase.

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Basic Docker terminology

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.