Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 952 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 952 Bytes

docker-highcharts-server


Unfortunately, the build is not automated, since it can not be created by an unknown error in DockerHub. I pushed a local builded and working version to ldaume/docker-highcharts-export

Introduction

docker-highcharts-server 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-server

As daemon

docker run --name highcharts-server -d -p 8888:8080 ldaume/docker-highcharts-server

Connect

You can then go to http://localhost:8888/highcharts-export-web or http://host-ip:8888/highcharts-export-web in a browser.