Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/functions/custom-function…
Browse files Browse the repository at this point in the history
…s/index.mdx

Co-authored-by: josef <[email protected]>
  • Loading branch information
sobolk and josefaidt authored Jan 17, 2025
1 parent 31a16fb commit b30b0ff
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ export const data = defineData({

## Docker

Custom function may require [Docker](https://www.docker.com/) in order to build and bundle function's code.
A deployment failing with `CustomFunctionProviderDockerError` error indicates that a custom function requires Docker but the
Docker daemon was not found. In that case you need to provide a working Docker installation at runtime.
Custom function may require [Docker](https://www.docker.com/) in order to build and bundle function's code. A deployment failing with `CustomFunctionProviderDockerError` error indicates that a custom function requires Docker but the Docker daemon was not found. In that case you need to provide a working Docker installation at runtime.

### Personal sandboxes

Expand Down

0 comments on commit b30b0ff

Please sign in to comment.