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
forked from PeterDaveHello/docker-azcopy
-
Notifications
You must be signed in to change notification settings - Fork 0
🐳 Tiny Dockerized AzCopy (Azure Storage data transfer utility) inside Alpine Linux 🐧
License
licenseware/docker-azcopy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
🐳 Tiny Dockerized AzCopy (Azure Storage data transfer utility) inside Alpine Linux 🐧
Topics
Resources
License
Stars
Watchers
Forks
Languages
- Dockerfile 100.0%