container is a tool that you can use to create and run Linux containers as lightweight virtual machines on your Mac. The tool consumes and produces OCI-compatible container images, so you can pull and run images from any standard container registry. You can push images that you build to those registries as well, and run the images in any other OCI-compatible application.

WWW: https://github.com/apple/container
