Skip to navigationSkip to main contentSkip to footerScaleway Docs

How to push images to your namespace

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:

  1. Open a terminal window on your local computer.
  2. Pull the latest release of the Ubuntu Docker image:
    docker pull ubuntu:latest
    ```bash
  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.

Still need help?

Create a support ticket
No Results