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/faq.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Ensure that your code avoids heavy computations or long-running initialization a
141
141
142
142
### Which Linux syscalls are supported?
143
143
144
-
-[Sandbox](/serverless-containers/concepts/#sandbox) v1 guarantees a full compatibility with Linux syscalls.
144
+
-[Sandbox](/serverless-containers/concepts/#sandbox) v1 guarantees full compatibility with Linux syscalls.
145
145
146
146
-[Sandbox](/serverless-containers/concepts/#sandbox) v2 relies on [gVisor](https://gvisor.dev/), which implements a selection of syscalls. Refer to the [official gVisor documentation](https://gvisor.dev/docs/user_guide/compatibility/linux/amd64/) for a comprehensive list of supported syscalls.
147
147
@@ -182,7 +182,7 @@ For now, the `HEALTHCHECK` Docker directive has no impact on container readiness
182
182
Your application is compatible with Serverless Containers if it meets the following criteria:
183
183
184
184
- It must handle requests delivered via HTTP, HTTP/2, WebSockets, or gRPC.
185
-
- It must not require a persistent local storage, but either a local [ephemeral storage](/serverless-containers/concepts/#ephemeral-storage), or a network file system.
185
+
- It must not require a persistent local storage due to [ephemeral storage](/serverless-containers/concepts/#ephemeral-storage), and must use shared file storage systems like [Object Storage](https://www.scaleway.com/en/docs/object-storage/)
186
186
- It must be able to handle multiple instances of the app running simultaneously.
187
187
- It must fit the [Serverless Containers limitations](/serverless-containers/reference-content/containers-limitations/)
188
188
- It must expose a webserver port to be accessible.
0 commit comments