简体   繁体   English

containerd.io vs docker-ce-cli vs docker-ce:有什么区别,每个 package 有什么作用?

[英]containerd.io vs docker-ce-cli vs docker-ce: what are the differences and what does each package do?

I am trying to install docker on my laptop and I find that there are three packages from the repo :我正在尝试在我的笔记本电脑上安装 docker ,我发现repo中有三个包:

  • containerd.io集装箱d.io
  • docker-ce-cli码头工人-ce-cli
  • docker-ce码头工人-ce

Can anyone explain to me in simple words what the differences are among these packages, what each one of them does, and what part of the docker architecture each corresponds to?谁能用简单的话向我解释一下这些包之间的区别,每个包的作用,以及 docker 架构的哪些部分分别对应? Also, can they work independently on each other?另外,他们可以相互独立工作吗?

containerd.io : daemon containerd . containerd.io :守护进程containerd It works independently on the docker packages, and it is required by the docker packages.它在 docker 封装上独立工作,并且是 docker 封装所要求的。

containerd is available as a daemon for Linux and Windows. containerd 可用作 Linux 和 Windows 的守护进程。 It manages the complete container lifecycle of its host system, from image transfer and storage to container execution and supervision to low-level storage to network attachments and beyond.它管理其主机系统的完整容器生命周期,从图像传输和存储到容器执行和监督,再到低级存储到网络附件等等。

docker-ce-cli : command line interface for docker engine, community edition docker-ce-cli : docker 引擎的命令行界面,社区版

docker-ce : docker engine, community edition. docker -cedocker引擎,社区版。 Requires docker-ce-cli.需要 docker-ce-cli。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 docker-ce: 取决于: containerd.io (>= 1.4.1) 但不会安装 - docker-ce : Depends: containerd.io (>= 1.4.1) but it is not going to be installed CentOS 8:问题:package docker-ce-xxxxxx.x86_64 需要 containerd.io >= 1.4.1 - CentOS 8: Problem: package docker-ce-xxxxxx.x86_64 requires containerd.io >= 1.4.1 如果在 Ubuntu 20.04 上安装了 docker-ce 和 containerd,K8s 使用什么 CRI? - If docker-ce and containerd are installed on Ubuntu 20.04, what CRI does K8s use? docker-ce中containerd / runc的代码在哪里? - Where is the code of containerd/runc in docker-ce? docker.io 与 docker-ce 和 docker-ee(现在称为“Mirantis Kubernetes Engine”)的关系是什么? - What is docker.io in relation to docker-ce and docker-ee (now called "Mirantis Kubernetes Engine")? Ansible:没有可用于 docker-ce 的包 - Ansible: no package available for docker-ce CentOS 上的 Docker-CE 或 docker - Docker-CE or docker on CentOS 尝试在Linux Mint 17.03上安装Docker-CE-E:无法找到软件包docker-ce - Trying to install Docker-CE on Linux Mint 17.03 - E: Unable to locate package docker-ce 在 redhat 8 上安装 docker-ce - install docker-ce on redhat 8 E:版本'18 .06.1~ce~3-0~ubuntu'为'docker-ce-cli'未找到 - E: Version '18.06.1~ce~3-0~ubuntu' for 'docker-ce-cli' was not found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM