Skip to main content

Docker 레지스트리 작업

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

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.