• containerd.io - daemon to interface with the OS API (in this case, LXC - Linux Containers), essentially decouples Docker from the OS, also provides container services for non-Docker container managers

  • docker-ce - Docker daemon, this is the part that does all the management work, requires the other two on Linux

  • docker-ce-cli - CLI tools to control the daemon, you can install them on their own if you want to control a remote Docker daemon

https://www.reddit.com/r/docker/comments/dsr6y2/containerdio_vs_dockercecli_vs_dockerce_what_are/

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-02-01
  • 2022-12-23
  • 2022-03-05
  • 2021-06-27
  • 2021-06-18
猜你喜欢
  • 2022-12-23
  • 2021-12-10
  • 2022-02-07
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案