Skip to main content
Download Docker image
Last update:

Download Docker image

  1. Create registry.

  2. Get token.

  3. Authorize in the registry.

  4. Assign a tag to the image:

    docker tag <image> cr.selcloud.ru/<registry>/<image>:<tag>

    Specify:

    • <image> is the image name, which does not exceed 20 UTF-8 characters. It can be viewed using the docker image list;
    • <registry> is the name of the registry where you want to load the image;
    • <tag> — Tag.
  5. Load the image into the registry:

    docker push cr.selcloud.ru/<registry>/<image>:<tag>