Replies: 1 comment 2 replies
-
That's what |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to be able to run an image registry with TLS at an address that's accessible from my host (MacOS) and inside orbstack containers (for kubernetes). I'm trying
but get this when I try to pull from it:
my guess is that orbstack mistakenly thinks that
registry
is trying to manage TLS, but it isn't. Is there a way to force orbstack to handle TLS?other stuff I've tried
same error (server gave HTTP response to HTTPS client)
docker run --rm --name registry registry # in another shell docker pull registry.orb.local:5000/foo
same "HTTP response to HTTPS client" error
Everything else gives
...dial tcp {IP}: connect: connection refused
Beta Was this translation helpful? Give feedback.
All reactions