source-repo/command/docker명령어
2023-04-04 11:48:43 +09:00

5 lines
169 B
Plaintext

[registry 목록 조회]
curl -X GET http://localhost:5000/v2/_catalog
[registry 의 이미지 tag list 조회]
curl -X GET [Registry Address]/v2/[Image Name]/tags/list