wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
46.64k stars 1.77k forks source link

add note about default socket to macos installation instructions #463

Closed nigelwtf closed 3 months ago

nigelwtf commented 1 year ago

This note should resolve https://github.com/wagoodman/dive/issues/462 - and basically addresses the use case where MacOS users don't have the default socket option enabled in Docker Desktop - causing the (somewhat ambiguous) error Error response from daemon: pull access denied

Edit and also resolve https://github.com/wagoodman/dive/issues/453

joaocasarin commented 1 year ago

This shouldn't resolve #462. /var/run/docker.sock is available as following: docker.sock -> /Users/joaocasarin/.docker/run/docker.sock

Even with that, it still doesn't work.

jjmaestro commented 3 months ago

Also, I think this PR would be superseded with #490 which actually makes dive honor the docker context :)

nigelwtf commented 3 months ago

Also, I think this PR would be superseded with #490 which actually makes dive honor the docker context :)

Sweet. I'll just close this :)