1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00
mondash/docker
2015-03-12 23:53:33 +01:00
..
Dockerfile fixed dockerfile to find templates 2015-02-07 20:09:54 +01:00
README.md Replaced URL to use apex 2015-03-12 23:53:33 +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://mondash.org \
         -e API_TOKEN=yourownrandomtoken \
         -p 80:3000 \
         luzifer/mondash

Easy!