Highlights
This is another hotfix release to address a regression that causes exec /bin/sh: exec format error
when running a cross-architecture image. The issue is finally resolved.
Other Updates
- Disable implicit loading of config from template (when present). Now requires the
--template
flag. - Cross-architecture container execution can now be disabled by setting
--binfmt=false
flag.
Commits
- vm: fix binfmt not enabled after restart by @abiosoft in #1371
- config: make template optional when present by @abiosoft in #1372
Full Changelog: v0.8.3...v0.8.4