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.
- Obtain the image pull command on the image details page.
- Run the pull command on the Docker client.
docker pull {Image-repository-address}/group/nginx:v1
- Download the package to your local PC.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.