Image Management
Image management provides the capabilities of managing docker-image resources such as create, delete, edit images and of permission-control which allows only specified-groups to use the images.
Creating New Image
Click Add
to add an Image and it will pop up the edit screen of Images.
You need to fill in the fields in the above picture:
Name
(required): Only lowercase letters, numbers, hyphen-
and a dot.
can be filled in.Display name
Description
Type
:cpu
,gpu
anduniversal
Indicate what type of the image is.Container image url
Fill the Image's link location in it.Specific container image url for GPU
It appears whenuniversal
is selected. By default it uses the same url as container image url. Check off it if a specific url for GPU is desired.Use Image Pull Secret
Checked if a pull-secret is required and select a secret from the list.Global
If enable it, everyone can use this Image. If disable it, you need to link the group with permission to use inedit groups
.
Finally, click Confirm
to complete the addition.
Deleting Image
Click Delete
in the Images list, the confirmation dialog will pop up, and the Image will be deleted when you click OK
.
Editing Image
Click Edit
to enter the edit page of the Image.
Editing Groups
If Global
is disabled, click edit groups
under the edit Image screen to select the Groups that have permission to use the Image.