An open API service indexing awesome lists of open source software.

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

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
```