CLI to copy/upload files/blobs to Azure storage
891
docker run -it --rm hawaku/azcopy azcopy \
--source https://myaccount.blob.core.windows.net/mycontainer1 \
--destination https://myaccount.blob.core.windows.net/mycontainer2 \
--source-key <key> \
--dest-key <key>
--recursive
--set-content-type
Content type
Image
Digest
Size
99.1 MB
Last updated
over 7 years ago
docker pull wenance/azcopy