目錄
Overview
The feature of the container model is that every container shares the OS of the host it's running on.
The major technologies behind modern containers include: kernel namespaces, control groups (cgroups), capabilities and more.
Kubernetes is the industry standard platform for deploying and managing containerized applications. Older versions of k8s used Docker to start and stop containers. However, newer versions use containerd.
Docker and The Container-Related Standards and Projects
Docker
The word Docker is a British expression meaning dock worker that referes to a person who loads and unloads cargo from ships.