Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions containers/container-registry/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <SCW_SECRET_KEY> | docker login rg.fr-par.scw.cloud/<NAMESPACE> -u nologin --password-stdin
```

<Message type="important">
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 `<SCW_SECRET_KEY>` with your [API secret key](/identity-and-access-management/iam/how-to/create-api-keys/) and `<NAMESPACE>` with the name of your namespace.
</Message>

Once logged in, a confirmation is displayed:
Expand Down Expand Up @@ -96,4 +96,4 @@ You are now logged in and ready to push and pull images to and from your Contain

<Message type="note">
The current configuration allows you up to 20 pulls/min per image.
</Message>
</Message>