mirror of
https://github.com/Luzifer/mondash.git
synced 2024-11-10 00:20:02 +00:00
.. | ||
Dockerfile | ||
README.md |
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
-
Install Docker.
-
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!