WSDL
Results
2
comments of
WSDL
I've checked the docker-registry's logs and find an error IntegrityError: (IntegrityError) UNIQUE constraint failed: repository.name u'INSERT INTO repository (name, description) VALUES (?, ?)' ('kubernetes/pause', '')
It caused by the SELinux, the docker daemon run with SELinux in default ('--selinux-enabled'), It would be fine if adding '--privileged=true' when running docker-registry container.