What’s New

container 0.10.0

0.10.0
Added
  • Support selecting VM init image on container create/run
  • Add a script for updating container to release package
  • Support exporting current container to image
  • Add --pull option for fetching latest image in build command
  • Add runtime flag to container create and run commands
  • Add container registry list command
  • Add support for filtering to list rpc in APIServer
  • Add minimum memory amount validation in ContainerService
  • Add --format option for system status command
  • Add --init flag to run and create commands
  • Warn user when a named volume is auto-created
Changed
  • Rework ClientContainer as a generic client
  • Update API calls to use correct form of the term "clean up"
  • Move container bundle creation from ContainerService to SandboxService
  • Support using multiple different network plugins
  • Downgrade the mapping of warnings to the default log level
Fixed
  • Fix kernel panic (selinux_inode_free_security) in container under load
  • Fix environment variables being duplicated on run
  • Fix directory watcher
  • Fix relative path mount tests
Highlights

⌨️ denotes breaking CLI changes.

👩‍💻 denotes breaking API changes.

What's Changed
New Contributors

Full Changelog: https://github.com/apple/container/compare/0.9.0...0.10.0

View original