Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfinelli/docker-azcopy
azcopy packaged into an alpine linux docker container
https://github.com/mfinelli/docker-azcopy
alpine azcopy azure docker
Last synced: about 1 month ago
JSON representation
azcopy packaged into an alpine linux docker container
- Host: GitHub
- URL: https://github.com/mfinelli/docker-azcopy
- Owner: mfinelli
- License: apache-2.0
- Created: 2021-03-13T13:23:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T17:57:44.000Z (4 months ago)
- Last Synced: 2024-09-06T21:11:12.761Z (4 months ago)
- Topics: alpine, azcopy, azure, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/mfinelli/azcopy
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-azcopy
![Lint Status](https://github.com/mfinelli/docker-azcopy/workflows/Lint/badge.svg)
![Image Size](https://img.shields.io/docker/image-size/mfinelli/azcopy)[Azcopy](https://github.com/Azure/azure-storage-azcopy) in an
[alpine linux](https://hub.docker.com/_/alpine) docker container.## usage
You can use the image as if `azcopy` was installed directly:
```shell
sudo docker run --rm -it mfinelli/azcopy --version
```