Containers sandbox
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 prevent unauthorized access and potential interference between different resources.
Scaleway Serverless Containers offers two sandbox environment options:
- Sandbox v1 (legacy)
- Sandbox v2 (recommended)
Sandbox v1
Sandbox v1 is Serverless Containers' legacy sandboxing environment with slower cold starts, but fully supports Linux system call interface.
Sandbox v2
Sandbox v2 is a modern isolation environment that relies on gVisor. This option offers faster cold starts, but only implements a selection of Linux syscalls. Refer to the official gVisor documentation for a comprehensive list of supported syscalls.