-
-
Notifications
You must be signed in to change notification settings - Fork 402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insecure Registry not being set #834
Comments
Can you kindly share the output of the following? # display the generated docker config
colima ssh -- cat /etc/docker/daemon.json; echo |
colima ssh -- cat /etc/docker/daemon.json; echo |
Not sure if related but i also notice these when colima is starting: |
Me too |
worked for me. |
in my case the |
if colima is already running and I run |
Description
I have use colima start --edit to add my insecure registry:
docker: insecure-registries: - 192.168.172.27:6969 - repo.local:6969 - localhost:6969 - 127.0.0.1:6969
however when i do a docker login, it looks like the insecure registry is not being recognised:
docker login http://192.168.178.27:6969 Username: admin Password: Error response from daemon: Get "https://192.168.178.27:6969/v2/": http: server gave HTTP response to HTTPS client
Any suggestions?
Version
Colima Version: 0.5.6
Lima Version: 0.18.0
Qemu Version: 8.1.2
Operating System
Output of
colima status
colima is running using macOS Virtualization.Framework
arch: aarch64
runtime: docker
mountType: virtiofs
address:
socket: unix:///Users/laurencetaylor/.colima/default/docker.sock
Reproduction Steps
Expected behaviour
Be able to login to my insecure registry
Additional context
No response
The text was updated successfully, but these errors were encountered: