A tool to create and run Linux containers on your Mac
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.
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.
To install container, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install container
To see what files were installed by container, run:
port contents container
To later upgrade container, run:
sudo port selfupdate && sudo port upgrade container
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.