vernemq / docker-vernemq

VerneMQ Docker image - Starts the VerneMQ MQTT broker and listens on 1883 and 8080 (for websockets).
https://vernemq.com
Apache License 2.0
177 stars 230 forks source link

Custom Plugins #25

Closed vedavidhbudimuri closed 7 years ago

vedavidhbudimuri commented 7 years ago

Can someone suggest me the best way to include custom plugins with vernemq-docker?

codeadict commented 7 years ago

Just create a Dockerfile that inherits from this one, copy your plugins to the container and load them

dergraf commented 7 years ago

another way is to mount a volume containing your plugin.

vedavidhbudimuri commented 7 years ago

Thank you @dergraf, Im doing the same now.