This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.3.5.7.2. 레지스트리 추가
레지스트리를 추가하려면 명령을 실행합니다.
odo registry add
$ odo registry add
출력 예:
odo registry add StageRegistry https://registry.stage.devfile.io
$ odo registry add StageRegistry https://registry.stage.devfile.io
New registry successfully added
자체 보안 레지스트리를 배포하는 경우 개인 액세스 토큰을 지정하여 --token
플래그를 사용하여 보안 레지스트리에 인증할 수 있습니다.
odo registry add MyRegistry https://myregistry.example.com --token <access_token>
$ odo registry add MyRegistry https://myregistry.example.com --token <access_token>
New registry successfully added