Getting information about available Docker images
Find out how to get:
Getting a list of Docker images in a registry
CLI
API
If you don't have the Nebius Israel command line interface yet, install and initialize it.
Get a list of Docker images in the current registry:
yc container image list
Result:
+----------------------+---------------------+----------------------------+------+-----------------+
| ID | CREATED | NAME | TAGS | COMPRESSED SIZE |
+----------------------+---------------------+----------------------------+------+-----------------+
| crp9vik7sgeco7emq743 | 2019-01-17 17:00:48 | crph8pf7irvcu3p7gjpb/myimg | 111 | 30.7 MB |
+----------------------+---------------------+----------------------------+------+-----------------+
Getting information about a Docker image
CLI
API
Get detailed information about a Docker image using the id
from the previous item:
yc container image get crphc7nnrvhlg73oeiv5
Result:
id:crphc7nnrvhlg73oeiv5
name: crpd50616s9a2t7gr8mi/ubuntu
digest: sha256:035ac8e1bd9c49871a2fd76ccb3c4b0f84e7eee775919ccd345337ec7b49f80d
...
size: "163"
tags:
- hello