NavigationContentFooter
Suggest an edit

How to push images to your namespace

Reviewed on 27 November 2023Published on 25 February 2019

After configuring Docker on your local machine, you can use it to pull images from their library and push them to your Container Registry. This page shows you how to pull, tag, and push a first image to your Scaleway Container Registry namespace, using an Ubuntu image as an example.

Before you start

To complete the actions presented below, you must have:

  • A Scaleway account logged into the console
  • Owner status or IAM permissions allowing you to perform actions in the intended Organization
  • A Container Registry namespace
  • Docker installed on your local computer
  • Access to your namespace
  1. Open a terminal window on your local computer.
  2. Pull the latest release of the Ubuntu docker image:
    docker pull ubuntu:latest
  3. Tag the image:
    docker tag ubuntu:latest rg.fr-par.scw.cloud/mynamespace/ubuntu:latest
  4. Push the image to your Container Registry namespace using docker:
    docker push rg.fr-par.scw.cloud/mynamespace/ubuntu:latest
Important

Replace mynamespace in the examples above with the name of your namespace.

See also
How to connect the Docker CLIHow to pull images
Docs APIScaleway consoleDedibox consoleScaleway LearningScaleway.comPricingBlogCarreer
© 2023-2024 – Scaleway