How to pull images from your namespace
Reviewed on 24 May 2023 • Published on 25 February 2019
After configuring Docker on your local machine, you can use it to pull images from your Container Registry.
Security & Identity (IAM):
You may need certain IAM permissions to carry out some actions described on this page. This means:
- you are the Owner of the Scaleway Organization in which the actions will be carried out, or
- you are an IAM user of the Organization, with a policy granting you the necessary permission sets
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 Containers 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.
Note:
The current configuration allows you up to 20 pulls/min per image.
See Also