Rest-Api container that provides access real-time data
868
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
Content type
Image
Digest
Size
149.2 MB
Last updated
over 8 years ago
docker pull radarcns/radar-restapi:0.1.1