Sign inSign up

hawaku/azcopy

By hawaku

Updated about 5 years ago

Docker images for Azcopy on Linux

Image
2

100M+

hawaku/azcopy repository overview

AzCopy on Docker

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

Tag summary

Content type

Image

Digest

Size

38.6 MB

Last updated

almost 6 years ago

docker pull hawaku/azcopy