Golden Codes - armanexplorer planet

Practical code snippets for Django, Python, Bash, Git and All!

View on GitHub

registry

Built-in Registry

CTR cache

# list cached images by microk8s
microk8s ctr images ls
# or
microk8s.ctr images ls

# remove image from cache by its reference
microk8s ctr images rm my.registry.com/project:tag

Local Registry (CTR cache)