1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 13:15:28 +02:00
tldr/pages.ko/common/crane-registry.md
Managor 9a42cc59fb
pages*/common/*: add option placeholders to translations part 1 (#15896)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-14 12:48:08 +05:30

25 lines
743 B
Markdown

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