You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Of course this means “in practice, yes”, but I’d much prefer a real solution to this, ingenious but ultimately risky and ugly workaround. Especially if the hostname ends up being one of the few public IPs of a cluster, this could easily collide with someone’s private registry exposed on the same IP address, couldn’t it?)
Especially if the hostname ends up being one of the few public IPs of a cluster, this could easily collide with someone’s private registry exposed on the same IP address, couldn’t it?
As a registry admin I am able to configure the registry to serve on any port. When using a port other than 5000 I get this error:
See https://github.com/projectatomic/skopeo/blob/4421e7ea2face14ce4530ed6e6df66b6f94d544f/vendor/github.com/containers/image/openshift/openshift.go#L164
Could we discover the port using
~/.docker/config.json
?The text was updated successfully, but these errors were encountered: