mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
399 B
399 B
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}}