Mqtt2to3 in docker container

Hi @brocaar, how to run mqtt2to3 service if we are using docker container?

I used docker exec to go inside the container but didnt seem to find it.

Thanks

This should work:

docker run loraserver/loraserver:2 mqtt2to3

Note that mqtt2to3 is a sub-command, not a binary.

1 Like