Sign inSign up

milkfinch/az-node-test

By milkfinch

Updated over 2 years ago

Image based on official azure-cli image add nodejs from alipne:nodejs image

Image
Integration & delivery
0

198

milkfinch/az-node-test repository overview

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>

Tag summary

Content type

Image

Digest

sha256:d732da12b

Size

253.8 MB

Last updated

over 2 years ago

docker pull milkfinch/az-node-test