crane*, createdb: add Korean translation (#14138)

This commit is contained in:
HoJeong Im
2024-10-13 00:28:16 +09:00
committed by GitHub
parent 32cae5420e
commit 78a826ff43
25 changed files with 514 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# crane digest
> 이미지의 다이제스트를 가져옴.
> 더 많은 정보: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_digest.md>.
- 이미지의 다이제스트를 가져옴:
`crane digest {{이미지_이름}}`
- 다이제스트로 전체 이미지 참조를 출력:
`crane digest {{이미지_이름}} --full-ref`
- 이미지가 포함된 tarball의 경로를 지정:
`crane digest {{이미지_이름}} --tarball {{경로/대상/tarball}}`
- 도움말 표시:
`crane digest {{-h|--help}}`