🐋Custom Images
The Custom Image feature allows users to save their personalized container environments — including installed packages and configurations — for future reuse or sharing within a project.
Create a Custom Image
Go to [Container List].
Select the target container you’ve already set up. Make sure you have write your Python scripts in Code Server
Click the [Create Custom Image] button at the top of the list

Fill in the Image Details in the setup panel:
Image Tag: A version or identifier (e.g.,
v1.0
).Description: Optional notes about the environment.
Image Type:
🔒 Private – Only visible to you
👥 Project – Shareable with all project members
Click [Create] to save your image.
Once created, your image will appear under:
Image Management → Custom Image List
From there, you can:
✅ Launch containers based on this image
🧪 Create jobs or job templates
🔎 Search or filter images by tag, type, or name
Create Container or Job/Template from Custom Image
Go to Custom Image List.
Click the
⋮
(three-dot menu) on the image card.Select [Create Container] / [Create Job] / [Create Job Template].
The image will be pre-selected in the container wizard.
🧠 You can still modify hardware specs, mount volumes, etc.

Edit or Delete Custom Images
To edit, click
⋮
→ Edit ImageUpdate name, tag, or description
To delete, click
⋮
→ Delete ImageConfirm deletion in the popup
⚠️ Caution: Deleted images cannot be recovered.
💡 Pro Tip
Use custom images as "base environments" for standardized training, demos, or team-wide development environments. Combine with batch container creation for streamlined onboarding!
The Custom Image feature allows users to save their personalized container environments — including installed packages and configurations — for future reuse or sharing within a project.
Last updated