Download a Docker image from Container Registry
-
Download an image from the registry:
docker pull cr.selcloud.ru/<registry>/<image>:<tag>Specify:
<registry>— the name of the registry from which you need to download the image;<image>— the image name, which can be viewed usingdocker image list<tag>— the tag.