Important
Replace mynamespace
in the examples above with the name of 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.
To complete the actions presented below, you must have:
docker pull ubuntu:latest
docker tag ubuntu:latest rg.fr-par.scw.cloud/mynamespace/ubuntu:latest
docker push rg.fr-par.scw.cloud/mynamespace/ubuntu:latest
Replace mynamespace
in the examples above with the name of your namespace.