Work with remote container image registries. skopeo works with API V2 container image registries such as docker.io and quay.io registries, private registries, local directories and local OCI-layout directories.
Work with remote container image registries. skopeo works with API V2 container image registries such as docker.io and quay.io registries, private registries, local directories and local OCI-layout directories.
To install skopeo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install skopeo
To see what files were installed by skopeo, run:
port contents skopeo
To later upgrade skopeo, run:
sudo port selfupdate && sudo port upgrade skopeo
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.