Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 518 Bytes

File metadata and controls

14 lines (9 loc) · 518 Bytes

Plugin testing using docker containers

Testing the plugin capabilities requires access to some services: FIWARE context broker and its associated database.

That makes direct use of the docker cli cumbersome. In order to simplify the setup a docker compose file is provided. The compose file will set up the FIWARE services and launch Node-RED as a server.

  • Run the compose file:
$ docker compose up