Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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

About

Docker for Azcopy on Linux

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages