Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/acaranta/mediadrop-dockerfile

Files needed to build (and run) MediaDrop as a Docker Container
https://github.com/acaranta/mediadrop-dockerfile

Last synced: about 2 months ago
JSON representation

Files needed to build (and run) MediaDrop as a Docker Container

Awesome Lists containing this project

README

        

MediaDrop Docker
----------------

This is a **very alpha** Dockerfile to build a mediadrop (http://mediadrop.net) Docker container.

Build :
-------
```
git clone https://github.com/acaranta/mediadrop-dockerfile.git
cd mediadrop-dockerfile
docker build -t mediadrop .
```

Run :
-----
```
docker run -p :8080 mediadrop
```
then point your browser to `http://:`
or to `http://:/admin`

login password of admin user are the defaults from the mediadrop install ... aka : *admin/admin*


**OR**


Run it straight from the Index (https://registry.hub.docker.com/u/acaranta/mediadrop/) :
```
docker run -p :8080 acaranta/mediadrop
```

Notes :
-------
Currently this docker does not :
* allow choosing a storage point (at least not documented ;) )
* allow you to use an external mysql server (I know it's bad but this one's embed it's mysql server)
* allow you to provide a configuration file for mediadrop
* etc (Very Alpha therefore)

But this container should allow you to test basics of Mediadrop