Runc v0.1.0
This release updates runc to the OCI runtime specification v0.5.0 and includes various fixes and features.
Features:
- cgroups: pid limits and stats
- cgroups: kmem stats
- systemd cgroup support
- libcontainer specconv package
- no pivot root option
- numeric ids are treated as uid/gid
- hook improvements
Bug Fixes:
- log flushing
- atomic pid file creation
- init error recovery
- seccomp logging removed
- delete container on aborted start
- /dev bind mount handling