Skip to main content
Download Docker image
Last update:

Download Docker image

  1. Create a registry.

  2. Get a token.

  3. Authorize the registry.

  4. 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 with docker image list;
    • <registry> — 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>