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,25 @@
# crane registry
> 이 명령은 자동으로 선택된 포트(:0), $PORT 또는 --address에서 레지스트리 구현을 제공.
> 서버가 push 및 pull을 수락하는 동안 명령 블록과 내용을 메모리 및 디스크에 저장할 . 수 있음.
> 더 많은 정보: <https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_registry_serve.md>.
- 레지스트리 구현 제공:
`crane registry serve`
- 서버 준비 상태의 주소:
`crane registry serve --address {{주소_이름}}`
- blob이 저장될 디렉터리의 경로:
`crane registry serve --disk {{경로/대상/store_dir}}`
- 도움말 표시:
`crane registry {{-h|--help}}`
- 도움말 표시:
`crane registry serve {{-h|--help}}`