Replies: 1 comment
-
This looks like a duplicate of #1642? I'll close this in preference of that one, but feel free to re-open if it is different. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using docker desktop on the latest Pop!OS. I'm trying to build and push to an unsecured registry on my local network. I have both
BUILDKIT_NO_CLIENT_TOKEN=1
set in environment AND"insecure-registries": ["<SERVER IP>:<PORT>" ]
set in the config in docker desktop settings. I don't want to have to set up certs and a subdomain for what's essentially an experiment, what am I missing to get this working?Beta Was this translation helpful? Give feedback.
All reactions