You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-containers/how-to/manage-a-container.mdx
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ content:
7
7
paragraph: Manage your Scaleway Serverless Containers effectively.
8
8
tags: manage container
9
9
dates:
10
-
validation: 2024-08-13
10
+
validation: 2025-02-24
11
11
posted: 2021-05-26
12
12
categories:
13
13
- serverless
14
14
- containers
15
15
---
16
16
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.
18
18
19
19
<Macroid="requirements" />
20
20
@@ -51,11 +51,9 @@ This page shows you how to manage a container, should you need to verify or edit
51
51
- Enter the public container **image URL** provided by the external registry.
52
52
- Choose the **Port** your container is listening on. We recommend configuring your container to listen on the **PORT** environment variable.
53
53
- 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.
55
55
- 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.
56
56
- 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.
57
57
- 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**).
58
58
- Click **Advanced Options** if you wish to set a custom timeout for your container.
59
59
5. Click **Deploy container** to save any changes you have made.
0 commit comments