Download Docker image
-
Assign a tag to the image:
docker tag <image> cr.selcloud.ru/<registry>/<image>:<tag>Specify:
<image>— image name, which does not exceed 20 UTF-8 characters. It can be viewed withdocker image list;<registry>— name of the registry where you want to load the image;<tag>— Tag.
-
Load the image into the registry:
docker push cr.selcloud.ru/<registry>/<image>:<tag>