728x90 반응형 digest1 [Docker] 도커 이미지(image) 삭제 방법(repository, registry) Docker Image 삭제 방법 1. registry 내부 repository 정보 조회 $ curl -X GET /v2/_catalog root@hostname:~# curl -X GET xxx.xxx.xxx.56:5000/v2/_catalog {"repositories":["tomcat"]} 2. repository 의 tag 정보 조회 $ curl -X GET /v2//tags/list root@hostname:~# curl -X GET xxx.xxx.xxx.56:5000/v2/tomcat/tags/list {"name":"tomcat","tags":["8.5"]} 3. content digest 정보 조회 $ curl -v --silent -H "Accept: application/vnd.doc.. 2022. 7. 14. 이전 1 다음 728x90 반응형 SMALL