A docker image with with the Azure libraries
1.6K
A docker image with with the Azure libraries
pip install azure-storage-blob && pip freeze > requirements.txt
docker build -t nullreference/azuretools .
docker run -it --rm nullreference/azuretools
docker run --mount type=bind,source="$(pwd)",target=/work nullreference/azuretools junk.py
Content type
Image
Digest
Size
266.9 MB
Last updated
over 8 years ago
docker pull nullreference/azuretools