Short Description
Dockerized Highcharts export server
Full Description
docker-highcharts-export
My repository ldaume/docker-highcharts-server is not able to build automatically, so I decided to push the working version to this repository which is build locally
Introduction
docker-highcharts-export is a dockerized Highcharts export server.
Version
Current Version: 0.0.1
How to use this image.
Interactive
docker run -it --rm -p 8888:8080 ldaume/docker-highcharts-export:0.0.1
As daemon
docker run --name highcharts-server -d -p 8888:8080 ldaume/docker-highcharts-export:0.0.1
Connect
You can then go to http://localhost:8888/highcharts-export-web or http://host-ip:8888/highcharts-export-web in a browser.
Docker Pull Command
Owner
ldaume