"Docker Tutorial"-Docker architecture

Source: Internet
Author: User
Tags docker hub docker machine

1. Docker uses the client-server (c/s) architecture pattern to manage and create Docker containers using remote APIs.

2. Docker containers are created with Docker images.

3, the relationship between container and mirror is similar to object and class in object-oriented programming. A mirror resembles a class, and a container resembles an object of a class.

4. Architecture diagram

5. The Docker image is the template used to create the Docker container.

6. Docker containers are one or a set of applications that run independently.

7. Docker clients use the Docker API to communicate with the Docker daemon through the command line or other tools.

8. The Docker host is a physical or virtual machine used to perform Docker daemons and containers.

9, the Docker warehouse is used to save the image, can be understood as code control in the Code warehouse. The Docker Hub provides a large collection of mirrors for use.

10. Docker machine is a simplified Docker installation command-line tool that installs Docker on the appropriate platform with a simple command line, such as virtual IBox, Microsoft Azure.

"Docker Tutorial"-Docker architecture

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.