forked from docs/doc-exports
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>
1.6 KiB
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:
- Obtain the image pull command on the image details page.
- Run the obtained command on the device where the Docker client is installed.
docker pull swr.eu-de.otc.t-systems.com/group/nginx:v1
- Save the image as a TAR or TAR.GZ file.
docker save nginx:v1 > nginx.tar
- Download the file to the local host.
Parent topic: Image Management FAQs