Alpine based EMQTT server, 88MB total, Provide MQTT service.
50K+
Vowstar Co.,Ltd. [email protected]
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
Execute some command under this docker image
docker run --rm -ti -v `pwd`:$(somewhere) devicexx/$(image) $(somecommand)
Get emqttd
docker pull devicexx/emqttd
Get specific version
docker pull devicexx/emqttd:1.0
Tag available
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
Content type
Image
Digest
Size
52.2 MB
Last updated
about 10 years ago
docker pull devicexx/emqttd