diff options
Diffstat (limited to 'docs/containers.rst')
-rw-r--r-- | docs/containers.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/containers.rst b/docs/containers.rst index 5873b12..0b3b150 100644 --- a/docs/containers.rst +++ b/docs/containers.rst @@ -251,18 +251,18 @@ Usage examples lcitool.debian-11 -- To access the shell in an upstream *almalinux-8* image with *root* user with +- To access the shell in an upstream *almalinux-9* image with *root* user with the *docker* engine. First, we need to pull the actual container image to be able to run any workloads in it :: - docker pull registry.gitlab.com/libvirt/libvirt/ci-almalinux-8 + docker pull registry.gitlab.com/libvirt/libvirt/ci-almalinux-9 When the image is ready, we can proceed with running the workload :: lcitool container shell \ --engine docker \ - registry.gitlab.com/libvirt/libvirt/ci-almalinux-8 + registry.gitlab.com/libvirt/libvirt/ci-almalinux-9 |