Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Files needed to build (and run) MediaDrop as a Docker Container
- Host: GitHub
- URL: https://github.com/acaranta/mediadrop-dockerfile
- Owner: acaranta
- Created: 2014-07-03T09:31:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T09:52:31.000Z (over 10 years ago)
- Last Synced: 2024-04-09T14:22:14.623Z (7 months ago)
- Language: Shell
- Size: 168 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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