Ben Pierce
Ben Pierce
This is from the container-registry node pod logs when pushing the Docker Hello-World container [microk8sregistryerror.txt](https://github.com/canonical/microk8s/files/10961382/microk8sregistryerror.txt)
I think the issue is this when trying to put the manifest out there it is using port 45887 for some reason and not port 32000. This works http://172.22.46.115:32000/v2/employmentwebapiqueries/manifests/1.0.0 when...
Found the issue. Besides insecure registries the following json needs to be added to the docker daemon.json file "allow-nondistributable-artifacts": [ "youripaddress:32000" ] Leaving this issue open as this should probably...