5 lines
169 B
Plaintext
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 |