https://github.com/hyperized/docker-azcopy-alpine
A simple alpine container with the latest version of AZCopy
https://github.com/hyperized/docker-azcopy-alpine
Last synced: 11 months ago
JSON representation
A simple alpine container with the latest version of AZCopy
- Host: GitHub
- URL: https://github.com/hyperized/docker-azcopy-alpine
- Owner: hyperized
- License: mit
- Created: 2018-12-04T15:56:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T14:51:21.000Z (about 6 years ago)
- Last Synced: 2025-01-06T00:29:49.136Z (about 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [hyperized/azcopy](https://hub.docker.com/r/hyperized/azcopy/)
Sync current directory with Azure destination:
```bash
docker run -v ${PWD}:/tmp -it hyperized/azcopy sync /tmp "" --recursive=true
```