What’s New

container 1.0.0

1.0.0
Added
  • Add `container machine` feature for long-lived Linux environments with tight host integration
  • Add `--stop-signal` option for `container run`
  • Add `container cp` command
  • Add support for `--shm-size` option
  • Add support for layered and plugin configurations
  • Add `variant` support
Changed
  • Replace UserDefault-backed system properties with TOML configuration file
  • Clean up structured output shape for container, image, network, and volume `ls` and `inspect` commands
Fixed
  • Fix `container help subcommand...`
  • Fix output formatting for several commands
  • Use XPC-connection-as-lease to fix IP address leaks
  • Fix accounting errors in `system df`
  • Fix inconsistent volume createdAt JSON encoding
  • Fix image list alignment with other commands when format should ignore quiet
Removed
  • Remove `container system property` `get` and `set` subcommands
  • Remove compatibility with application major version 0 XPC APIs

:birthday: container is one year old!

Try out the new container machine feature and let us know what you think!

[!NOTE] The UserProperty-backed system settings have been replaced by a TOML configuration file. See the tutorial for details.

Highlights

⌨️ denotes breaking CLI changes.

👩‍💻 denotes breaking API changes.

What's Changed
New Contributors

Full Changelog: https://github.com/apple/container/compare/0.12.3...1.0.0

View original