The platform has a built-in container registry (docker login mlops.example.com). This screen is a browser for the images pushed to that registry. Training runtimes, serving images and images for field devices all accumulate here. Images are isolated per tenant, and images of other tenants are not visible. Every member can view; importing images needs the develop permission.

Repository list

Container registry — ① search repositories ② import an image ③ import progress and history ④ a repository (opens its tags)
#AreaDescription
Search repositories (리포지토리 검색)Find by repository name.
Import image (이미지 반입)Upload and register an archive file made with docker save (develop).
Import cardImports in progress or finished within the last 7 days. See all records with View all (전체 보기). If there are no import records, only a "View past imports (지난 반입 기록 보기)" link is shown instead of this card.
RepositoryNumber of tags, number of manifests (several tags can point to the same manifest), last push. Click to go to the tag list.

Repositories shared with you get a Shared (공유) badge — read-only images that the system administrator handed out to several tenants; only the tags you received are visible.

Repository → tag → image

Click a repository to see its tag list (tag, digest, number of layers, size).

Repository — tag, digest, layers and size. ① Click a tag for the image detail

Click a tag for the image detail.

Image (tag) detail — ① docker pull command and copy ② overview ③ layers
#AreaDescription
Pull commandThe docker pull command for this image and a copy button. You need docker login first; the password is a token issued under Manage container tokens (컨테이너 토큰 관리) in Account settings.
Overview (개요)Digest, platform (for example linux/amd64), total size, creation time, mediaType.
LayersDigest and size of each layer. For an image that holds several architectures, a per-platform images (플랫폼별 이미지) table appears instead.

This screen has no delete button. It is for browsing only.

Import an image

When you cannot use docker push, as at a site with no internet access, upload a file made elsewhere with docker save to register it in the registry.

  1. Press Import image (이미지 반입) and choose the image archive (이미지 아카이브) (.tar, .tar.gz, .tgz).
  2. To change the name, fill in Repository (리포지토리) and Tag (태그). If left empty, the name recorded in the archive is used. The server adds the tenant prefix, so do not include it.
    Import an image — upload a docker save archive; leave the name empty to keep the archive's name
  3. Press Import (반입) to see the upload progress; after the upload finishes, the server continues with registration. Follow the progress on the import card above the list.

Import status:

BadgeValueMeaning
Uploading (업로드 중)UPLOADINGThe file is being uploaded.
Pending (대기)PENDINGUpload finished; waiting for the registration job.
Registering (등록 중)RUNNINGProceeds in the order check archive → register layers → register config → register manifest.
Completed (완료)READYPushed to the registry.
Failed (실패)FAILEDEnded with an error. Check the warning and error messages.
Canceled (취소됨)CANCELEDCanceled by a user.

If the upload finished but registration failed to start, Restart import (다시 시작) appears — you do not need to upload the file again. Deleting a finished import record leaves the already pushed image in place.

Written for the platform as of 2026-09-21.

© Geo-MLOps