dive 가 안되네요...
dive 87a96c7a8db0
Image Source: docker://87a96c7a8db0
Fetching image... (this can take a while for large images)
Handler not available locally. Trying to pull '87a96c7a8db0'...
Error: pull policy is always but image has been referred to by ID (87a96c7a8db0)
cannot fetch image
exit status 125
dive 명령어를 사용하면 저런식으로 handler not available locally ~ 이런 오류가 뜨는데 아무리 찾아봐도 해결방법을 모르겠네요... 어떻게 해야 하나요 고수님들??....
#misc
작성자 정보
답변
1
fow
대표 업적 없음
안녕하세요,
해당 문제를 해결하신 부분 확인했습니다.
별개로 해당 이슈가 발생하는 것은, ID(해시값)로 도커 이미지를 참조하는 경우 해당 도커 이미지 및 대응되는 ID가 로컬에 존재하는 상태여야 하기 때문입니다.
해당 혹은 유사한 이슈가 발생할 경우, 문제에서 주어진 도커 저장소에서 적절하게 이미지를 받은 뒤 dive
명령어를 시도해보시는 것을 추천드립니다.
마지막으로 관련하여 명령어를 실행한 결과를 보여드리겠습니다.
$ dive 87a96c7a8db0
Image Source: docker://87a96c7a8db0
Fetching image... (this can take a while for large images)
Handler not available locally. Trying to pull '87a96c7a8db0'...
Using default tag: latest
Error response from daemon: pull access denied for 87a96c7a8db0, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
cannot fetch image
exit status 1
$ docker pull dreamhackofficial/blue-whale:1
1: Pulling from dreamhackofficial/blue-whale
6e3729cf69e0: Already exists
27795aba362d: Pull complete
382b42bad09d: Pull complete
957e6ff40500: Pull complete
72d2dc9f485f: Pull complete
cfff9de3e1e7: Pull complete
a3ed95caeb02: Pull complete
fb90d72728f2: Pull complete
e0c144699be7: Pull complete
Digest: sha256:6bcfd56d243ab37ede113aa8a6243eb3f274ae8971ff1eefc67796329c252fee
Status: Downloaded newer image for dreamhackofficial/blue-whale:1
docker.io/dreamhackofficial/blue-whale:1
$ dive 87a96c7a8db0
Image Source: docker://87a96c7a8db0
Fetching image... (this can take a while for large images)
Analyzing image...
Building cache...