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
This page shows you how to deploy Serverless Containers using the [Scaleway console](https://console.scaleway.com/).
14
13
15
14
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.
@@ -31,9 +30,9 @@ You can deploy a container from the [Scaleway Container Registry](/container-reg
31
30
32
31
1. Select the **Scaleway** Container Registry.
33
32
34
-
2.Choose an [image](/serverless-containers/concepts/#container-image)from your Container Registry.
33
+
2.Select the required Container Registry region and namespace from the drop-down lists.
35
34
36
-
3.Select the required Container Registry namespace from the drop-down list, then select the container and tag.
35
+
3.Choose an [image](/serverless-containers/concepts/#container-image)from your Container Registry, then select the container and tag.
37
36
38
37
4. Choose the [port](/serverless-containers/concepts/#port) your container is listening on. We recommend configuring your container to listen on the `$PORT` environment variable.
39
38
@@ -61,6 +60,11 @@ In the **Advanced options** section, set the following:
61
60
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
62
61
</Message>
63
62
</TabsTab>
63
+
<TabsTablabel="Private Networks">
64
+
Configure the Private Network for the container to ensure secure and isolated network communication. Click **Select a Private Network** to:
65
+
- Attach an existing Private Network (VPC) within the same Availability Zone from the drop-down menu.
66
+
- Create a new Private Network and attach it to the container.
67
+
</TabsTab>
64
68
<TabsTablabel="Security">
65
69
- Set the desired [privacy policy](/serverless-containers/concepts/#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**).
66
70
- Tick the box under **HTTPS connections only** to prevent your container from being called from insecure HTTP connections. All HTTP traffic will be redirected to HTTPS.
Copy file name to clipboardExpand all lines: pages/serverless-containers/quickstart.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ If you have no existing Serverless Containers resources in your current Project,
53
53
</Message>
54
54
5. Complete the following steps in the wizard:
55
55
- Select the **Scaleway** Container Registry.
56
-
- Select the appropriate **Registry namespace** from the drop-down list, and then select the `nginx`**container** and `latest`**tag**.
56
+
- Select the appropriate **Registry region** and **Registry namespace** from the drop-down lists, and then select the `nginx`**container** and `latest`**tag**.
57
57
- Set the **port** to `80`.
58
58
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
0 commit comments