Updated on 2024-12-02 GMT+08:00

Can I Pull Images from SWR to a Local PC?

Container images cannot be downloaded from the SWR console, but you can run commands to pull them.

  1. Obtain the image pull command on the image details page.
  2. Run the pull command on the Docker client.

    Example:

    docker pull {Image-repository-address}/group/nginx:v1

  1. Save the image as a tar or tar.gz package.

    Example:

    docker save nginx:v1 > nginx.tar

  1. Download the package to your local PC.