Skip to content

licenseware/docker-azcopy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-AzCopy

ghcr-size ghcr-tags

Usage

STORAGE_ACCOUNT_NAME=examplesa
CONTAINER_NAME=examplecontainer
# optional
SAS_TOKEN="XXXXXXX"

docker run --rm \
  --name azcopy \
  -v /path/to/data/dir:/data-dir:ro \
  ghcr.io/licenseware/docker-azcopy:v10.26.0 \
  azcopy copy "/data-dir" "https://$STORAGE_ACCOUNT_NAME.blob.core.windows.net/$CONTAINER_NAME/data-dir$SAS_TOKEN" --recursive