You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Received the following error while running dive. It seems like there might be a difference in Docker Desktop setup.
Image Source: docker://python:latest
Fetching image... (this can take a while for large images)
cannot fetch image
Error response from daemon: unable to create manifests file: NotFound: content digest
What you expected to happen:
Expecting it to pull up the docker image layer contents.
How to reproduce it (as minimally and precisely as possible):
Install Docker Desktop, install dive and run something similar to using M1/M2/M3 running macOS
docker pull python
dive python
Anything else we need to know?:
Environment:
OS version: macOS
Docker version (if applicable): Docker version 27.3.1, build ce12230
The text was updated successfully, but these errors were encountered:
What happened:
Received the following error while running
dive
. It seems like there might be a difference in Docker Desktop setup.What you expected to happen:
Expecting it to pull up the docker image layer contents.
How to reproduce it (as minimally and precisely as possible):
Install Docker Desktop, install dive and run something similar to using M1/M2/M3 running macOS
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: