mirror of
https://github.com/apple/container.git
synced 2026-07-14 13:37:02 +00:00
a57527e4b0
- Closes #977. - Closes #1058. - Prevents unexpected removal of containers on bootstrapping and starting failures, by reorganizing error handling for container `run`, `start`, and `exec` so that error handling only unwinds that which was done in the current scope. - Relies on apple/containerization#495.