1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 17:35:34 +02:00
tldr/pages.ko/common/crane-ls.md

21 lines
403 B
Markdown
Raw Normal View History

# 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]}}`