Documentation Index

Fetch the complete documentation index at: https://guide.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

Container Registry quickstart

Prev Next

Available in Classic and VPC

NAVER Cloud Platform's Container Registry service provides a Docker container image repository compliant with the Docker Registry v2 specification. Docker container images are stored in the integrated storage, and developers can upload (push) or download (pull) images using Docker CLI commands.

The overall workflow for using Container Registry in NAVER Cloud Platform is as follows.

The details for each step are described below.

  1. Create and manage Object Storage: Console (when integrated with Object Storage)

  2. Create and manage Container Registry: Console

    • Create registry
    • View registry details
    • Configure registry settings (enable or disable the public endpoint)
    • View and delete image lists, add memos, and view or delete tag information
    • Clean up old tags
    • Delete a registry
    • Manage sub account policies
    • Related user guides
  3. Log in to Container Registry: PC terminal

  4. Upload (push) / download (pull) Docker container images: PC terminal

  5. Scan Docker container images for security vulnerabilities: Console