Update content

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:
  1. Click Container Registry in the Containers section ofthe side menu. A list of your namespaces displays.
  2. Click the namespace you want to pull an image from.
  3. Click «See more Icon», then Pull Instructions next to the image you want to pull. A pop-up displays.
  4. Copy the command line instructions to pull the image with Docker. Then click OK to close the pop-up.
  5. 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