diff --git a/containers/container-registry/quickstart.mdx b/containers/container-registry/quickstart.mdx index a98976142b..2105e4a50b 100644 --- a/containers/container-registry/quickstart.mdx +++ b/containers/container-registry/quickstart.mdx @@ -47,11 +47,11 @@ Scaleway [Container Registry](/containers/container-registry/concepts/#container 3. Copy the push instructions. Then click **X** to close the pop-up. 4. Open a terminal window on your local computer. Then log into the namespace by running the following command from the terminal: ``` - docker login rg.fr-par.scw.cloud/mynamespace -u nologin -p [SCW_SECRET_KEY] + echo | docker login rg.fr-par.scw.cloud/ -u nologin --password-stdin ``` - Replace `[SCW_SECRET_KEY]` with your [API secret key](/identity-and-access-management/iam/how-to/create-api-keys/) and `mynamespace` with the name of your namespace. + Replace `` with your [API secret key](/identity-and-access-management/iam/how-to/create-api-keys/) and `` with the name of your namespace. Once logged in, a confirmation is displayed: @@ -96,4 +96,4 @@ You are now logged in and ready to push and pull images to and from your Contain The current configuration allows you up to 20 pulls/min per image. - \ No newline at end of file +