diff --git a/sample-functions/AlpineFunction/README.md b/sample-functions/AlpineFunction/README.md index 6d72b970..ddee0ddc 100644 --- a/sample-functions/AlpineFunction/README.md +++ b/sample-functions/AlpineFunction/README.md @@ -2,4 +2,6 @@ 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`. +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.