Available in Classic and VPC
NAVER Cloud Platform's Container Registry provides a Docker container image storage with Docker Registry v2 specifications. The Docker container images are stored in Object Storage, and developers can upload (push) and download (pull) Docker container images using Docker CLI commands.
The full sequence for utilizing NAVER Cloud Platform's Container Registry is as follows.
The descriptions for each step are as follows.
-
Object Storage creation management: console
- Create Object Storage to store Docker container images registered in Container Registry
- Guide pages for this step
-
Container Registry creation and management: console
- Create registry
- View registry details
- Registry configuration (set whether to use public endpoints)
- View and delete image list, enter notes, view and delete tag information
- Clean up old tags
- Delete registry
- Manage sub account policies
- Guide pages for this step
-
Container Registry login: terminal program on PC
- Log in from Docker CLI or Kubernetes environment
- Guide page for this step
-
Upload (push)/Download (pull) Docker container images: terminal program on PC
- Upload (push) the local Docker container image to Container Registry's registry
- Download (pull) the Docker container image in the registry to local
- Guide page for this step
-
Scan security vulnerabilities in Docker container images: console
- Registry configuration (set whether to automatically check for security vulnerabilities when uploading (push) Docker container images)
- Manually scan security vulnerabilities in Docker container images
- Check security vulnerability scan results
- Guide pages for this step