Skip to main content

Docker 레지스트리 작업

이제 Docker 레지스트리가 Container registry로 대체되었습니다.를 사용하여 Docker 이미지를 푸시하고 끌어올 수 있습니다.

누가 이 기능을 사용할 수 있나요?

Enterprise Managed Users는 조직 네임스페이스에 게시할 수 있습니다. 해당되는 사용자는 개인 스토리지 할당이 없으므로 해당 계정의 네임스페이스에 패키지를 게시할 수 없습니다. Enterprise Managed Users에 대한 정보는 Enterprise Managed Users 정보을(를) 참조하세요.

GitHub's Docker registry (which used the namespace docker.pkg.github.com) has been replaced by the Container registry (which uses the namespace https://ghcr.io). The Container registry offers benefits such as granular permissions and storage optimizations for Docker images.

Docker images previously stored in the Docker registry are being automatically migrated into the Container registry. For more information, see Migrating to the Container registry from the Docker registry and Working with the Container registry.