Alpine based Erlang 18.3 environment.
1.2K
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 WebSocket, STOMP, SockJS, CoAP and MQTT-SN at the same time.
ERLANG docker image is Alpine based Erlang 18.3 environment.
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools.
PHP docker image is Alpine based Alpine php7.0, php5.6 with fpm and composer environment.
PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
Follow the instructions at https://docs.docker.com/engine/installation/
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
Get erlang
docker pull devicexx/erlang
Get specific version
docker pull devicexx/erlang:18.3
Tag available
Get PHP
docker pull devicexx/php
Get specific version
docker pull devicexx/php:7.0
Tag available
Content type
Image
Digest
Size
36.5 MB
Last updated
about 10 years ago
docker pull devicexx/erlang