Skip to content

Commit d003887

Browse files
committed
docs(SRV): update
1 parent 85111c0 commit d003887

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

faq/serverless-containers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Refer to our dedicated page about [Serverless Containers limitations and configu
100100
# Where should I host my container images for deployment ?
101101

102102
[Scaleway's Container Registry](/containers/container-registry/) allows for a seamless integration with Serverless Containers and Jobs at a [competitive price](/faq/containerregistry/#how-am-i-billed-for-scaleway-container-registry).
103-
Serverless products support External public registries, but we do not recommend using it due to uncontrolled rate limiting which can lead to failures when starting resources, unexpected conditions, and pricing changes.
103+
Serverless products support external public registries, but we do not recommend using it due to uncontrolled rate limiting which can lead to failures when starting resources, unexpected conditions, and pricing changes.
104104

105105
# How can I copy an image from an external registry to Scaleway Container Registry?
106106

@@ -112,7 +112,7 @@ docker tag alpine:latest rg.fr-par.scw.cloud/example/alpine:latest
112112
docker push rg.fr-par.scw.cloud/example/alpine:latest
113113
```
114114

115-
Alternatively, you can use tools such as Skopeo to copy the image:
115+
Alternatively, you can use tools such as [Skopeo](https://github.com/containers/skopeo) to copy the image:
116116

117117
```sh
118118
skopeo login rg.fr-par.scw.cloud -u nologin -p $SCW_SECRET_KEY

faq/serverless-jobs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ When starting a job, you can use contextual options to define the number of jobs
9797
# Where should I host my jobs images for deployment ?
9898

9999
[Scaleway's Container Registry](/containers/container-registry/) allows for a seamless integration with Serverless Containers and Jobs at a [competitive price](/faq/containerregistry/#how-am-i-billed-for-scaleway-container-registry).
100-
Serverless products support External public registries, but we do not recommend using it due to uncontrolled rate limiting which can lead to failures when starting resources, unexpected conditions, and pricing changes.
100+
Serverless products support external public registries, but we do not recommend using it due to uncontrolled rate limiting which can lead to failures when starting resources, unexpected conditions, and pricing changes.
101101

102102
# How can I copy an image from an external registry to Scaleway Container Registry?
103103

@@ -109,7 +109,7 @@ docker tag alpine:latest rg.fr-par.scw.cloud/example/alpine:latest
109109
docker push rg.fr-par.scw.cloud/example/alpine:latest
110110
```
111111

112-
Alternatively, you can use tools such as Skopeo to copy the image:
112+
Alternatively, you can use tools such as [Skopeo](https://github.com/containers/skopeo) to copy the image:
113113

114114
```sh
115115
skopeo login rg.fr-par.scw.cloud -u nologin -p $SCW_SECRET_KEY

serverless/containers/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can deploy a container from the Scaleway Container Registry or any other pub
3434
If you have no existing Serverless Containers resources in your current Project, the creation process will guide you through the creation of a namespace, and then a container.
3535

3636
<Message type="note">
37-
Make sure that you have [created a Container Registry namespace](/containers/container-registry/how-to/create-namespace/) and [pushed the latest NGINX Docker image](/containers/container-registry/how-to/push-images/) (or any other image) to it.
37+
Make sure that you have [created a Container Registry namespace](/containers/container-registry/how-to/create-namespace/) and [pushed the latest NGINX Docker image](/containers/container-registry/how-to/push-images/) (or any other image with a web server) to it.
3838
</Message>
3939

4040
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.
@@ -72,7 +72,7 @@ If you have no existing Serverless Containers resources in your current Project,
7272

7373
<Message type="important">
7474
[Scaleway's Container Registry](/containers/container-registry/) allows for a seamless integration with Serverless Containers and Jobs at a [competitive price](/faq/containerregistry/#how-am-i-billed-for-scaleway-container-registry).
75-
Serverless products support External public registries, but we do not recommend using it due to uncontrolled rate limiting which can lead to failures when starting resources, unexpected conditions, and pricing changes.
75+
Serverless products support external public registries, but we do not recommend using it due to uncontrolled rate limiting which can lead to failures when starting resources, unexpected conditions, and pricing changes.
7676
</Message>
7777

7878
1. Click **Containers** in the **Serverless** section of the side menu. The containers page displays.

0 commit comments

Comments
 (0)