Docker (ii): The basic concept of Docker

Source: Internet
Author: User

Docker Image:

A docker image is a read-only template, for example, an image can contain the Ubuntu operating system environment, which installs Apache or other applications that the user needs.

Mirroring can be used to create Docker containers. Docker provides a simple mechanism to create a mirror or update an existing image, and users can even download a well-done image directly from someone else.

Docker containers:

Docker uses containers to run applications. A container is a running instance created from a mirror, which can be started, started, stopped, deleted. Each container is isolated from each other, ensuring a secure platform. You can think of a container as a simple Linux environment (including root user rights, process space, user space, and network space) and the programs that run in it.

Note: The mirror is read-only and the container creates a layer at the top level when it is started.

Docker Warehouse:

Warehouses are places where image files are centrally stored. Warehouse servers tend to store multiple warehouses, each containing multiple mirrors, each with a different tag (tag).

Docker (ii): The basic concept of Docker

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.