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

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.

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