bobsourced / docker-azcopy

Docker for Azcopy on Linux

Home Page:https://hub.docker.com/r/hawaku/azcopy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://hub.docker.com/r/hawaku/azcopy/


Languages

Language:Dockerfile 100.0%