Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 505 Bytes

run-with-docker.md

File metadata and controls

12 lines (6 loc) · 505 Bytes

To run with docker-compose

A Docker Compose file is provided for convenience. You must install Docker Compose for this method to work.

Simply navigate to the docker directory of the fiware-device-simulator code (if you have downloaded it) and run

    docker-compose up

Then, in a new shell script command line you can invoke the simulator CLI by typing

    docker exec iot-device-simulator bash -c "./bin/fiwareDeviceSimulatorCLI <youroptions>"