- Kubernetes on AWS
- Ed Robinson
- 76字
- 2021-06-10 18:41:21
Enter the container
Trying to understand what a Linux container is can be a little difficult. As far as the Linux kernel is concerned, there is no such thing as a container. The kernel has a number of features that allow a process to be isolated, but these features are much lower-level and granular than what we now think of as a container. Container engines such as Docker use two main kernel features to isolate processes:
推薦閱讀