1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-20 01:12:58 +00:00
mondash/docker
2015-02-07 19:49:49 +01:00
..
Dockerfile Added Dockerfile to containerize mondash 2015-02-07 19:49:49 +01:00
README.md Added Dockerfile to containerize mondash 2015-02-07 19:49:49 +01:00

luzifer/mondash Dockerfile

This repository contains Dockerfile of Luzifer/mondash for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull luzifer/mondash

Usage

To launch it, just replace the variables in following command and start the container:

docker run \
         -e AWS_ACCESS_KEY_ID=myaccesskeyid \
         -e AWS_SECRET_ACCESS_KEY=mysecretaccesskey \
         -e S3Bucket=mybucketname \
         -e BASE_URL=http://www.mondash.org \
         -e API_TOKEN=yourownrandomtoken \
         -p 80:3000 \
         luzifer/mondash

Easy!