1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages.ko/common/crane-auth.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

871 B

crane auth

로그인하거나 자격 증명에 액세스. 더 많은 정보: https://github.com/google/go-containerregistry/blob/main/cmd/crane/doc/crane_auth.md.

  • crane auth 하위명령어를 실행:

crane auth {{하위명령어}}

  • 자격증명 도우미 구현:

crane auth get {{레지스트리_주소}} {{[-h|--help]}}

  • 레지스트리에 로그인:

crane auth login {{레지스트리_주소}} {{[-h|--help]}} {{[-p|--password]}} {{비밀번호}} {{-password-stdin}} {{[-u|--username]}} {{사용자명}}

  • 레지스트리에서 로그아웃:

crane auth logout {{레지스트리_주소}} {{[-h|--help]}}

  • 원격 저장소에 대한 토큰을 검색:

crane auth token {{레지스트리_주소}} {{[-H|--header]}} {{[-h|--help]}} {{[-m|--mount]}} {{스코프1 스코프2 ...}} --push

  • 도움말 표시:

crane auth {{[-h|--help]}}