runC v1.0 發布,一個輕量級的通用運行時容器
runC是一個輕量級的通用運行時容器 ,runC的目標是讓用戶隨時隨地使用標準化的容器,功能和特性:
- 完整支持Linux命名空間,包括用戶命名空間。
- 原生支持Linux的所有安全功能,包括Selinux、Apparmor、seccomp、control groups、capability drop、pivot_root、uid/gid dropping等。
- 原生支持實時遷移和Windows 10容器。
- 計劃為Arm、Power、Sparc等架構提供原生支持,并直接得到Arm、Intel、Qualcomm、IBM,以及整個硬件制造商生態系統的參與和支持。
- 計劃為前沿硬件功能提供原生支持,例如DPDK、sr-iov、tpm、secure enclave等。
- 可移植的性能配置文件,以及成為正式標準的配置格式。
更新日志
重大改進
The large breaking change from the previous versions of runc to 1.0 is the create and start command changes. The previous start command functionality has been moved to the run command. runc run mycontainer. runc start does not perform the operations that it did before this release.
其他更新
- Added seccomp support for more architectures
- Stable stats output
- Added
update
command for dynamically updating container resources - bash completion and man pages
下載
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!