Skip to content

Commit

Permalink
fix(cr): reviews (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldecarvalho-doc authored Jun 5, 2024
1 parent 82455ef commit 2a8a6d7
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 24 deletions.
7 changes: 4 additions & 3 deletions containers/container-registry/how-to/connect-docker-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories:
- container-registry
---

Docker is a tool which makes it easy to manage container images. You can use Docker to push and pull images to and from your Scaleway Container Registry. We show you how to set up Docker on your local computer to connect to your Container Registry.
Docker is a tool that makes it easy to manage container images. You can use Docker to push and pull images to and from your Scaleway Container Registry. We show you how to set up Docker on your local computer to connect to your Container Registry.

<Macro id="requirements" />

Expand All @@ -25,8 +25,9 @@ Docker is a tool which makes it easy to manage container images. You can use Doc

1. Click **Container Registry** in the **Containers** section of the [Scaleway console](https://console.scaleway.com) side menu. The Container Registry namespaces dashboard displays.
2. Click <Icon name="more" />, then **Push instructions** next to the namespace you want to push to. A pop-up displays.
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:
3. Copy the push instructions.
4. Open a terminal window on your local computer.
5. Run the following command to log into the namespace:
```
docker login rg.fr-par.scw.cloud/mynamespace -u nologin -p [SCW_SECRET_KEY]
```
Expand Down
4 changes: 2 additions & 2 deletions containers/container-registry/how-to/create-namespace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ content:
paragraph: This page explains how to create a namespace
tags: namespace container-registry
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2019-02-25
categories:
- container-registry
---

[Scaleway Container Registry](/containers/container-registry/concepts/#container-registry) is a fully-managed mutualized container registry, designed to facilitate the storage, management, and deployment of container images. The service simplifies the development-to-production workflow, as there is no need to operate your own Container Registry or worry about the underlying infrastructure.
[Scaleway Container Registry](/containers/container-registry/concepts/#container-registry) is a fully-managed, mutualized container registry, designed to facilitate the storage, management, and deployment of container images. The service simplifies the development-to-production workflow, as there is no need to operate your own Container Registry or worry about the underlying infrastructure.

Within your Container Registry, [namespaces](/containers/container-registry/concepts/#namespace) allow you to manage your registry in a clear, simple and human-readable way. A namespace is a collection of container images, each bearing the unique identifier of that namespace. To start using your Container Registry, you first need to create a namespace.

Expand Down
2 changes: 1 addition & 1 deletion containers/container-registry/how-to/delete-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to delete images
tags: container-registry delete image
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2019-02-25
categories:
- container-registry
Expand Down
4 changes: 2 additions & 2 deletions containers/container-registry/how-to/delete-namespace.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ meta:
content:
h1: How to delete a Container Registry namespace
paragraph: This page explains how to delete a Container Registry namespace.
tags: container-registry namespace
tags: container-registry namespace
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2019-02-25
categories:
- container-registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to display the versions of an image
tags: container-registry
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2019-02-25
categories:
- container-registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to manage image privacy settings
tags: container-registry privacy-setting
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2019-02-25
categories:
- container-registry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to manage namespace privacy policies
tags: container-registry privacy-policies namespace
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2019-02-25
categories:
- container-registry
Expand Down
1 change: 0 additions & 1 deletion faq/iam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ IAM enables you to manage access control to all Scaleway products.

You may decide yourself whether to leave these automatically-created IAM applications and policies in place, [edit the policies](/identity-and-access-management/iam/how-to/manage-policies/) to change permissions as required, or [generate new API keys for individual users](/identity-and-access-management/iam/how-to/create-api-keys/) to define rights per-user via the creation of [new policies](/identity-and-access-management/iam/how-to/create-policy/) for those users.


## What are applications, and why do I need them?
Applications represent the identity of non-human users (such as a CI pipeline, a custom script, or a Terraform provider). They are used to attach permissions and API keys to these operations - without being linked to specific users and their own rights.

Expand Down
4 changes: 2 additions & 2 deletions labs/ipfs-pinning/api-cli/ipfs-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page shows you how to use Scaleway IPFS Pinning from Kubo CLI
tags: ipfs pinning storage ipfs-storage labs volume cli kubo web3
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2023-05-30
categories:
- labs
Expand Down Expand Up @@ -74,7 +74,7 @@ You should get an output similar to the following, providing details about the c

```
CID: <CID>
Name:
Name:
Status: pinned
```

Expand Down
4 changes: 2 additions & 2 deletions labs/ipfs-pinning/api-cli/ipfs-get-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page shows you how to retrieve your pinned content using different methods
tags: ipfs pinning storage ipfs-storage volume desktop labs desktop web3 gateway kubo
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2023-05-30
categories:
- labs
Expand Down Expand Up @@ -37,7 +37,7 @@ Once your content is pinned on our service, you can retrieve it via any other [K
If you wish to use the same terminal for future commands, you need to run `ipfs daemon &`. This will run the daemon in the background and return control to the terminal.
</Message>

3. Run the following command to fetch your content using its CID and store it in a file. Make sure to replace the example values with your own:
3. Run the following command to fetch your content using its CID and store it in a file. Make sure to replace the example values with your own:

```
ipfs get <YOUR_PINNED_CID> > myFile
Expand Down
7 changes: 2 additions & 5 deletions labs/ipfs-pinning/api-cli/pin-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ content:
paragraph: This page explains how to use the Scaleway IPFS Pinning API.
tags: ipfs pinning storage ipfs-pinning ipfs-storage volume labs cid
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2023-05-30
categories:
- labs
- storage
- ipfs-storage
- pinning
- ipfs-pinning
---

Expand Down Expand Up @@ -203,4 +200,4 @@ Alternatively, you can also run the following API command. Just make sure to rep
| `$SECRET_KEY` | The secret part of your [API key](/identity-and-access-management/iam/concepts/#api-key) |
| `$REGION_ID` | Create a volume in this given region. Possible values are `fr-par`, `pl-waw` and `nl-ams`. Default value is `fr-par`. |
| `$PROJECT_ID` | ID of the Project you want to create your volume in. Your Project name can only contain alphanumeric characters, spaces, dots, and dashes. To find your Project ID, you can consult the [Scaleway console](https://console.scaleway.com/organization) |
| `name` | Create a volume with this given name.
| `name` | Create a volume with this given name.
6 changes: 3 additions & 3 deletions labs/ipfs-pinning/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page shows you how to get started with Scaleway IPFS Pinning.
tags: ipfs-pinning ipfs-storage ipfs pinning storage labs web3
dates:
validation: 2023-11-27
validation: 2024-06-03
posted: 2023-05-31
categories:
- storage
Expand Down Expand Up @@ -71,7 +71,7 @@ This operation allows you to add Scaleway as a remote service in your IPFS deskt
| :------------------------------ | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `<your_volume_region_ID>` | The region you selected when creating your volume. IPFS Pinning is available in the Paris, Amsterdam and Warsaw regions, possible values are thus `fr-par`, `nl-ams` and `pl-waw`. |
| `<your_volume_ID>` | The ID of your volume in which you want to pin your content | |
| `<$SCW_SECRET_KEY>` | The secret part of your Scaleway [API key](/identity-and-access-management/iam/concepts/#api-key). |
| `<$SCW_SECRET_KEY>` | The secret part of your Scaleway [API key](/identity-and-access-management/iam/concepts/#api-key). |

Scaleway should now appear in the list of remote pinning services.

Expand All @@ -83,7 +83,7 @@ Scaleway should now appear in the list of remote pinning services.
4. Enter the [CID](/labs/ipfs-pinning/concepts/#content-identifier-(cid)) of your data as well as a name for it.
5. Click **Submit**. The CID and name of your data appears under the **Pins** section.

## How to retrieve your data
## How to retrieve your data

Now that you have pinned your data, you can retrieve it using [CloudFlare](https://www.cloudflare.com/), [Pinata](https://www.pinata.cloud/) or [Protocol Labs](https://protocol.ai/). These are IPFS gateways, which are services that allow you to interact with the IPFS network using regular, HTTP/HTTPS web protocols. This means you do not need a particular IPFS software to retrieve your data - you can instead use your regular web browser.

Expand Down

0 comments on commit 2a8a6d7

Please sign in to comment.