Sign inSign up

devicexx/emqttd

By devicexx

Updated almost 10 years ago

Alpine based EMQTT server, 88MB total, Provide MQTT service.

Image
17

50K+

devicexx/emqttd repository overview

EMQTTD Erlang MQTT Broker

Vowstar Co.,Ltd. [email protected]

Docker Pulls Docker Stars License

EMQTTD docker image is Alpine based EMQTT server, 87MB total, Provide MQTT service.

emqttd(Erlang MQTT Broker) is a massively scalable and clusterable MQTT V3.1/V3.1.1 broker written in Erlang/OTP. emqttd is fully open source and licensed under the Apache Version 2.0. emqttd implements both MQTT V3.1 and V3.1.1 protocol specifications, and supports

Run

Execute some command under this docker image

docker run --rm -ti -v `pwd`:$(somewhere) devicexx/$(image) $(somecommand)

USE EMQTTD

Get emqttd

docker pull devicexx/emqttd

Get specific version

docker pull devicexx/emqttd:1.0

Tag available

  • 1.1.3
  • 1.1.2
  • 1.1.1
  • 1.1
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0
  • latest

Run emqttd

docker run --rm -ti --name emqttd-s1 -p 18083:18083 -p 1883:1883 -p 8083:8083 -p 8443:8443 devicexx/emqttd

Link emqttd as cluster

docker run --rm -ti --name emqttd-s2 --link emqttd-s1 devicexx/emqttd

Tag summary

Content type

Image

Digest

Size

52.2 MB

Last updated

about 10 years ago

docker pull devicexx/emqttd