1
0
forked from docs/doc-exports
doc-exports/docs/swr/umn/swr_faq_0035.html
Dong, Qiu Jian cdb1e8ffdd SWR UMN initial version reuploaded -20221102
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
2022-11-10 10:19:05 +00:00

1.6 KiB

Can I Pull Container Images on the SWR Console to a Local PC?

Container images stored in SWR cannot be directly downloaded through the console. You can perform the following operations to pull the images:

  1. Obtain the image pull command on the image details page.
  2. Run the obtained command on the device where the Docker client is installed.

    Example:

    docker pull swr.eu-de.otc.t-systems.com/group/nginx:v1

  3. Save the image as a TAR or TAR.GZ file.

    Example:

    docker save nginx:v1 > nginx.tar

  4. Download the file to the local host.