Sign inSign up

radarcns/radar-restapi

By radarcns

Updated over 8 years ago

Rest-Api container that provides access real-time data

Image
0

868

radarcns/radar-restapi repository overview

Dockerised RADAR-RestApi

Create the docker image:

$ docker build -t radarcns/radar-restapi ./

Or pull from dockerhub:

$ docker pull radarcns/radar-restapi:latest 

Edit radar.yml and device-catalog.yml, and place them under /path/to/config

Run the docker image locally:

$ docker run -d -p 8080:8080 -v /path/to/config:/usr/local/tomcat/conf/radar --name radar-restapi radarcns/radar-restapi:0.1.1

The RestApi will be running at http://localhost:8080. To test them, access the Swagger Documentation

Tag summary

Content type

Image

Digest

Size

149.2 MB

Last updated

over 8 years ago

docker pull radarcns/radar-restapi:0.1.1