官术网_书友最值得收藏!

Docker's architecture

As specified on the Docker documentation, Docker architecture uses a client-server architecture. The Docker client is basically a user interface that is used by an end user; clients communicate back and forth with a Docker daemon. The Docker daemon does the heavy lifting of the building, running, and distributing of your Docker containers. The Docker client and the daemon can run on the same system or on different machines.

The Docker client and daemon communicate via sockets or through a RESTful API. Docker registers are public or private Docker image repositories from which you upload or download images; for example, Docker Hub (hub.docker.com) is a public Docker registry.

The primary components of Docker are the following:

  • Docker image: A Docker image is a read-only template. For example, an image could contain an Ubuntu OS with an Apache web server and your web application installed. Docker images are build components of Docker, and images are used to create Docker containers. Docker provides a simple way to build new images or update existing images. You can also use images created by others and/or extend them.
  • Docker container: A Docker container is created from a Docker image. Docker works so that the container can only see its own processes, and have its own filesystem layered onto a host filesystem and a networking stack, which pipes to the host-networking stack. Docker containers can be run, started, stopped, moved, or deleted.

For more information, you can take a look at the overview of Docker that is provided by Docker (https://docs.docker.com/engine/docker-overview/).

主站蜘蛛池模板: 阳信县| 海宁市| 巫溪县| 康平县| 蒙自县| 庆阳市| 怀宁县| 曲麻莱县| 大丰市| 瓦房店市| 博白县| 广宁县| 茂名市| 衡阳市| 焦作市| 遵义县| 德庆县| 宁城县| 宣武区| 香格里拉县| 黑龙江省| 陵川县| 扎囊县| 临沂市| 汉沽区| 江达县| 潞城市| 钟祥市| 平凉市| 正镶白旗| 衢州市| 弋阳县| 东兴市| 永靖县| 江城| 平阳县| 余干县| 新泰市| 漳平市| 双流县| 安阳县|