Sign inSign up

wenance/azcopy

By wenance

Updated over 7 years ago

CLI to copy/upload files/blobs to Azure storage

Image
0

891

wenance/azcopy repository overview

AzCopy on Docker

From hawaku/azcopy

Extended to use custom MIME Type Mappings

Usage

Copy all blobs to another storage account:
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

Tag summary

Content type

Image

Digest

Size

99.1 MB

Last updated

over 7 years ago

docker pull wenance/azcopy