Skip to content

Commit 3275249

Browse files
committed
chore(gen): update
1 parent 519cd0e commit 3275249

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

pages/serverless-containers/how-to/manage-a-container.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ content:
77
paragraph: Manage your Scaleway Serverless Containers effectively.
88
tags: manage container
99
dates:
10-
validation: 2024-08-13
10+
validation: 2025-02-24
1111
posted: 2021-05-26
1212
categories:
1313
- serverless
1414
- containers
1515
---
1616

17-
This page shows you how to manage a container, should you need to verify or edit its deployment parameters after creation. You can deploy a container from the [Scaleway Container Registry](/container-registry/quickstart/) or any other public container registry, such as Docker Hub, AWS Container registries, GitLab container registry, etc.
17+
This page shows you how to manage a container, in order to verify or edit its deployment parameters after creation. You can deploy a container from the [Scaleway Container Registry](/container-registry/quickstart/) or any other public container registry, such as Docker Hub, AWS Container registries, GitLab container registry, etc.
1818

1919
<Macro id="requirements" />
2020

@@ -51,11 +51,9 @@ This page shows you how to manage a container, should you need to verify or edit
5151
- Enter the public container **image URL** provided by the external registry.
5252
- Choose the **Port** your container is listening on. We recommend configuring your container to listen on the **PORT** environment variable.
5353
- Choose the **resources** to be allocated to your container at runtime. These define the performance characteristics of your container.
54-
- Set your **scaling** preferences, or leave them at default values. The Scaleway platform autoscales the number of available instances of your container to match the incoming load, depending on the settings you define here.
54+
- Set your **Autoscaling** preferences. The Scaleway platform autoscales the number of available instances of your container to match the incoming load, depending on the settings you define here.
5555
- Define any **environment variables** you want to inject into your container. For each environment variable, click **+Add new variable** and enter the key/value pair.
5656
- Add **secrets** for your container. Secrets are environment variables which are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
5757
- Set the desired **privacy policy** for your container. This defines whether container invocation may be done anonymously (**public**) or only via an authentication mechanism provided by the [Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#authentication) (**private**).
5858
- Click **Advanced Options** if you wish to set a custom timeout for your container.
5959
5. Click **Deploy container** to save any changes you have made.
60-
61-

pages/serverless-containers/how-to/secure-a-container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Guide to securing Scaleway Serverless Containers.
88
tags: containers secure private
99
dates:
10-
validation: 2024-08-13
10+
validation: 2025-02-25
1111
posted: 2023-02-01
1212
categories:
1313
- serverless

0 commit comments

Comments
 (0)