The Default container registry is a container registry flavor which comes built-in with ZenML and allows container registry URIs of any format.Documentation Index
Fetch the complete documentation index at: https://zenml.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
When to use it
You should use the Default container registry if you want to use a local container registry or when using a remote container registry that is not covered by other container registry flavors.Local registry URI format
To specify a URI for a local container registry, use the following format:How to use it
To use the Default container registry, we need:- Docker installed and running.
- The registry URI. If you’re using a local container registry, check out
- the previous section on the URI format.