Sign inSign up

rtyler/azure-functions

By rtyler

Updated over 8 years ago

Image
0

999

rtyler/azure-functions repository overview

Azure Functions Container

This is a Docker container to make running Azure Functions. easier for local testing.

docker pull rtyler/azure-functions

Running

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

Tag summary

Content type

Image

Digest

Size

442.7 MB

Last updated

over 8 years ago

docker pull rtyler/azure-functions