-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Question] How to use dive with M1 and colima? #408
Comments
This works for me
The first command should give you something like:
Then set your |
Thanks @lincoln-spiteri , It works but after I set the |
Adding on @lincoln-spiteri: You can streamline this with |
If the engine is set to I have the same problem with the Rancher Desktop docker app macOS, and my socket is in I don't run the bit that needs the administrator access every startup to put the socket in |
…oodman#490) This patch adds support for detecting the "docker host" to connect to which is set in the current docker context. One can have multiple such contexts and one of them can be activated via `docker context use <context-name>`. Fixes wagoodman#397 Fixes wagoodman#408 Fixes wagoodman#412 Fixes wagoodman#463 Fixes wagoodman#495 Co-authored-by: Rajiv Kushwaha <raj25by10@gmail.com>
…oodman#490) This patch adds support for detecting the "docker host" to connect to which is set in the current docker context. One can have multiple such contexts and one of them can be activated via `docker context use <context-name>`. Fixes wagoodman#397 Fixes wagoodman#408 Fixes wagoodman#412 Fixes wagoodman#463 Fixes wagoodman#495 Co-authored-by: Rajiv Kushwaha <raj25by10@gmail.com>
I build an image, let's call it
new_1
:and would like to dive into it, but it fails:
What is the exact issue here, and what can I do to make it work (if anything?). It does work with:
docker save new_1 > new_1.tar dive docker-archive://new_1.tar
that I stole from #397 (comment), but is it the only way?
The text was updated successfully, but these errors were encountered: