For docker pull we can do something like the following so it can pull from a local registry by running docker pull localhost:32000/hello:latest
.
{
"insecure-registries" : [
"localhost:32000"
]
}
Is there similar config can be done, such when running cmd like:
microk8s ctr image pull localhost:32000/hello:latest
it doesn't run into server gave HTTP response to HTTPS client
?
From https://microk8s.io/docs/registry-private: