This is a Docker container to make running Azure Functions. easier for local testing.
docker pull rtyler/azure-functions
The easiest way to run an app is to change to the directory where your Azure Function app lives and run:
docker run --net host --rm -ti -v $PWD:$PWD -w PWD rtyler/azure-functions func start
Content type
Image
Digest
Size
442.7 MB
Last updated
over 8 years ago
docker pull rtyler/azure-functions