Skip to content

Commit e462138

Browse files
docs(srv): add region selector & PN info to container creation page (#5918)
1 parent 284a5ab commit e462138

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

pages/serverless-containers/how-to/deploy-container.mdx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ title: How to deploy a container
33
description: Deploy containers from the Scaleway Container Registry or from external public registries.
44
tags: deploy container create scaleway-registry docker image external registry public
55
dates:
6-
validation: 2025-09-02
6+
validation: 2025-12-04
77
posted: 2021-05-26
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010
import ContainerRegistryNote from '@macros/serverless/container-registry-note.mdx'
1111

12-
1312
This page shows you how to deploy Serverless Containers using the [Scaleway console](https://console.scaleway.com/).
1413

1514
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
3130

3231
1. Select the **Scaleway** Container Registry.
3332

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.
3534

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.
3736

3837
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.
3938

@@ -61,6 +60,11 @@ In the **Advanced options** section, set the following:
6160
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
6261
</Message>
6362
</TabsTab>
63+
<TabsTab label="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>
6468
<TabsTab label="Security">
6569
- 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**).
6670
- 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.

pages/serverless-containers/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ If you have no existing Serverless Containers resources in your current Project,
5353
</Message>
5454
5. Complete the following steps in the wizard:
5555
- 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**.
5757
- Set the **port** to `80`.
5858
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
5959
- Enter a **description** (optional).

0 commit comments

Comments
 (0)