Skip to content

Commit 1e2bf57

Browse files
committed
docs(srv): update doc on sandbox environments MTA-6006
1 parent 5d29565 commit 1e2bf57

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

pages/serverless-containers/reference-content/containers-limitations.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This section contains usage limits that apply when using Serverless Containers.
2323
| Total container memory\** | Max size | 600 GiB | Organization |
2424
| Custom domains | Max number | 50 | Container |
2525
| Recommended maximum uncompressed image size | Max size | 1 GB | Container |
26-
| Temporary disk size ¨ | Max size | 24 000 MiB | Container |
26+
| Temporary disk size ¨ | Max size | 24 000 MiB | Container |
2727
| Invocation rate | Max number | 1000 per second | Container |
2828
| Concurrency | Max | 80 | Container Instance |
2929
| Max Scale (simultaneous Container instances) | Max | 50 | Container |
@@ -98,7 +98,7 @@ When container CPU and/or memory are not provided by the client, these default v
9898
| Resources | Default value |
9999
|-----------|----------------|
100100
| CPU | 1000 mvCPU |
101-
| Memory | 2048 MB |
101+
| Memory | 2048 MB |
102102

103103
## Architecture
104104

@@ -127,3 +127,7 @@ Below is an example than illustrates this behavior:
127127
* Time +2H: Despite the failed deployment, the first container is still handling incoming requests.
128128
* Time +25H: The 24-hour window expires, and both the first working container and the failed container are removed,
129129
leading to service disruption until a new successful deployment is made.
130+
131+
## Containers sandbox
132+
133+
Refer to the [dedicated documentation](/serverless-containers/reference-content/containers-sandbox/) for more information on the limitations of sandbox environments for Serverless Containers.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
meta:
3+
title: Containers sandbox
4+
description: Learn more about the sandboxing environments of Scaleway Serverless Containers.
5+
content:
6+
h1: Containers sandbox
7+
paragraph: Learn more about the sandboxing environments of Scaleway Serverless Containers.
8+
tags: containers sandbox sandboxing gvisor isolation mechanism serverless v1 v2
9+
dates:
10+
validation: 2025-03-13
11+
posted: 2021-10-12
12+
categories:
13+
- serverless
14+
- containers
15+
---
16+
17+
In the context of Scaleway Serverless Containers, a sandbox environment is a critical security mechanism that isolates each container from others, ensuring that they operate in a secure and controlled space. Containers run in dedicated execution environments that preventing unauthorized access and potential interference between different resources.

0 commit comments

Comments
 (0)