Files
tldr/pages.ko/common/crane-ls.md
2024-10-12 20:58:16 +05:30

21 lines
399 B
Markdown

# crane ls
> 저장소의 태그를 나열.
> 더 많은 정보: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_ls.md>.
- 태그 나열:
`crane ls {{레포지토리}}`
- 전체 이미지 참조 출력:
`crane ls {{레포지토리}} --full-ref`
- 다이제스트 태그 생략:
`crane ls {{-o|--omit-digest-tags}}`
- 도움말 표시:
`crane ls {{-h|--help}}`