bsi-software / org.thethingsnetwork.zrh.monitor

A TheThingsNetwork monitor implemented with Eclipse Scout
Eclipse Public License 1.0
2 stars 0 forks source link

Docker file #1

Open degiorgig opened 8 years ago

degiorgig commented 8 years ago

Hi,

please create a docker image to run the monitor in a dockerized. "you could use https://hub.docker.com/_/tomcat/ "

Thanks G.

matthiaszimmermann commented 8 years ago

some support added to module org.thethingsnetwork.zrh.monitor.ui.html.app.dev

create the image mvn package docker:build in this directory

(docker needs to be running on the build server) based on the Dockerfile in the same directory

running the image: docker run --name ttn -d -p 8080:8080 eclipsescout/org.thethingsnetwork.zrh.monitor

unfortunately, failed to push the image to docker hub so far...