https://github.com/abhishekshree/blob-containers-poc
Share volume among docker containers.
https://github.com/abhishekshree/blob-containers-poc
Last synced: 9 months ago
JSON representation
Share volume among docker containers.
- Host: GitHub
- URL: https://github.com/abhishekshree/blob-containers-poc
- Owner: abhishekshree
- License: mit
- Created: 2021-12-14T16:03:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T16:11:10.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T09:48:57.221Z (11 months ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BLOB-containers-poc
## Description
Client: Takes a file as input and uploads it to the `uploads` folder
Server:
- Lists all the files present in the `uploads` folder on `/`
- Can view a particular file on `/view/`
- Zip and download the `uploads` folder on the `/download` endpoint.
To run all the services:
```
$ docker-compose up
```