Image based on official azure-cli image add nodejs from alipne:nodejs image
198
This image is good to run nodejs apps that needs to use AzureDefaultCredential to authenticate to azure service. This is perfect as a base for your nodejs app. Use it as FROM.
First you need to run "az login" to login to azure. Then you can run the image like this:
docker run -ti --rm -v "$HOME/.azure:/root/.azure" <your image based on mine> <your node app>
Content type
Image
Digest
sha256:d732da12b…
Size
253.8 MB
Last updated
over 2 years ago
docker pull milkfinch/az-node-test