Docker image
Written by
Updated at August 22, 2024
When creating a VM with a Container Optimized Image, you can specify the Docker image to use to launch a Docker container.
This Docker image can be pulled from both the public Docker image registry and the Yandex Container Registry. If you access the Docker image via the Container Registry, the service account linked to the VM will be used. A Container Optimized Image in a Container Registry registry is subject to updates and modifications according to new releases. This will not automatically update the VM image to the latest version.
Examples of Docker image names for different registries:
- Docker Hub:
ubuntu:16.04
. - Container Registry:
cr.yandex/<registry_ID>/ubuntu:16.04
.