mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 08:46:48 +00:00
8 lines
368 B
Markdown
8 lines
368 B
Markdown
## AlpineFunction
|
|
|
|
This is a base image for Alpine Linux which already has the watchdog added and configured with a healthcheck.
|
|
|
|
This image is published on the Docker hub as `functions/alpine:latest`.
|
|
|
|
In order to deploy it - make sure you specify an "fprocess" value at runtime i.e. `sha512sum` or `wc -l`. See the docker-compose.yml file for more details on usage.
|