proposalbot 601c75e05f Changes to swr_umn from docs/doc-exports#702 (SWR UMN: Permission description is
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2024-06-14 13:22:24 +00:00

1.5 KiB

original_name

swr_01_0017.html

Pulling an Image

Scenario

You can run the docker pull command to pull images from SWR.

Procedure

  1. Log in to the VM running the container engine as the root user.

  2. Obtain a login command by referring to 1 <swr_01_0011__en-us_topic_0112596104_en-us_topic_0075378957_li58001655123> and access SWR.

  3. Log in to the SWR console.

  4. In the navigation pane, choose My Images and click the target image.

  5. On the Image Tags tab page, in the same row as the target image tag, click image1 in the Image Pull Command column to copy the command.

    Figure 1 Obtaining the image pull command
  6. Run the image pull command obtained in 5 <swr_01_0017__en-us_topic_0084266454_li197783469319> on the VM.

    Run the docker images command to check whether the images are successfully pulled.

    # docker images
    REPOSITORY                                  TAG       IMAGE ID       CREATED         SIZE
    xxx/group/nginx                             v2.0.0    22f2bf2e2b4f   5 hours ago     22.8MB
  7. (Optional) Run the following command to save the image as an archive file:

    docker save [Image name:tag name] > [Archive file name]