mirror of
https://github.com/apple/container.git
synced 2026-09-13 11:15:41 +00:00
Closes #319 Introduces a new type capable of running > 1 container in the guest. The API mostly follows LinuxContainer, and each individual container can be addressed via any of the methods that require you to pass the containerID as the first param. Today there's no support for namespace sharing, but that shouldn't be terrible to support.