Skip to content

Commit c94a9ff

Browse files
SamyOubouazizRoRoJthomas-tacquet
authored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]> Co-authored-by: Thomas TACQUET <[email protected]>
1 parent df2db3c commit c94a9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/serverless-containers/faq.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Ensure that your code avoids heavy computations or long-running initialization a
141141

142142
### Which Linux syscalls are supported?
143143

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

146146
- [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.
147147

@@ -182,7 +182,7 @@ For now, the `HEALTHCHECK` Docker directive has no impact on container readiness
182182
Your application is compatible with Serverless Containers if it meets the following criteria:
183183

184184
- 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/)
186186
- It must be able to handle multiple instances of the app running simultaneously.
187187
- It must fit the [Serverless Containers limitations](/serverless-containers/reference-content/containers-limitations/)
188188
- It must expose a webserver port to be accessible.

0 commit comments

Comments
 (0)