Skip to content

Commit bb2eb6c

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 0e4185a commit bb2eb6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

faq/serverless-containers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ Integration is straightforward. Serverless Functions and Containers can be trigg
164164

165165
### How can I copy an image from an external registry to Scaleway Container Registry?
166166

167-
You can copy an image from an external registry using the Docker CLI, or open source third-party tools such as Skopeo. Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information.
167+
You can copy an image from an external registry using the Docker CLI, or open source third-party tools such as [Skopeo](https://github.com/containers/skopeo). Refer to the [dedicated documentation](/serverless/containers/api-cli/migrate-external-image-to-scaleway-registry/) for more information.
168168

169-
### How does Serverless Container health check work ?
169+
### How do Serverless Containers health checks work ?
170170

171-
A Serverless Container is set to `ready` once the specified port is correctly bound to the container, and will start receiving traffic. If your application needs to perform some tasks before receiving traffic (e.g. connect to a database), it's important to run them before binding to the port (starting the webserver).
171+
A Serverless Container is set to `ready` once the specified port is correctly bound to the container, and will start receiving traffic. If your application needs to perform some tasks before receiving traffic (e.g. connect to a database), it is important to run them before binding to the port (starting the webserver).
172172
For now, the `HEALTHCHECK` Docker directive has no impact on container readiness. In the future, the health check will be customizable for your applications.
173173

174174
## Network and storage

0 commit comments

Comments
 (0)