Container registry
The screen for browsing repositories → tags → images of the platform's built-in registry, and importing docker save archives
Required permission: View
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
| # | Area | Description |
|---|---|---|
| ① | Search repositories (리포지토리 검색) | Find by repository name. |
| ② | Import image (이미지 반입) | Upload and register an archive file made with docker save (develop). |
| ③ | Import card | Imports 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. |
| ④ | Repository | Number 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).
Click a tag for the image detail.
| # | Area | Description |
|---|---|---|
| ① | Pull command | The 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. |
| ③ | Layers | Digest 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.
- Press Import image (이미지 반입) and choose the image archive (이미지 아카이브) (
.tar,.tar.gz,.tgz). - 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 - 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:
| Badge | Value | Meaning |
|---|---|---|
| Uploading (업로드 중) | UPLOADING | The file is being uploaded. |
| Pending (대기) | PENDING | Upload finished; waiting for the registration job. |
| Registering (등록 중) | RUNNING | Proceeds in the order check archive → register layers → register config → register manifest. |
| Completed (완료) | READY | Pushed to the registry. |
| Failed (실패) | FAILED | Ended with an error. Check the warning and error messages. |
| Canceled (취소됨) | CANCELED | Canceled 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.