문서의 이전 판입니다!


insecure registry 사용

특정 사설 레지스트리를 사용할때 https가 아닌 http insecure registry 로 등록하여 사용하려면
/etc/containers/registries.conf.d/myregistry.conf 파일을 생성해서 아래와 같이 등록하면 된다.

여러개인경우 [[registry]] 항목을 여러개 만들면 된다.

[[registry]]
location = "registry.mycluster.williamlieurance.com:5000"
insecure = true

[[registry]]
location = "localhost:5000"
insecure = true

로그인하면 댓글을 남길 수 있습니다.
  • insecure_registry_사용.1637715982.txt.gz
  • 마지막으로 수정됨: 2021/11/24 01:06
  • 저자 koov