How to pull images from your namespace
Reviewed on 29 June 2022 • Published on 25 February 2019
After configuring Docker on your local machine, you can use it to pull images from your Container Registry.
Requirements:
- You have an account and are logged into the Scaleway console
- You have created a Container Registry namespace
- You have installed Docker on your local computer
- You are logged into your namespace
Click Container Registry in the Tools section ofthe side menu. A list of your namespaces displays.
Click the namespace you want to pull an image from.
Click «See more Icon», then Pull Instructions next to the image you want to pull. A pop-up displays.
Copy the command line instructions to pull the image with Docker. Then click OK to close the pop-up.
Open a terminal window and paste the instructions into it to pull the image.
See Also