Sign inSign up

devicexx/erlang

By devicexx

Updated about 10 years ago

Alpine based Erlang 18.3 environment.

Image
1

1.2K

devicexx/erlang repository overview

Device++ docker images list

Vowstar Co.,Ltd. [email protected]

Index

EMQTTD

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 WebSocket, STOMP, SockJS, CoAP and MQTT-SN at the same time.

ERLANG

Docker Pulls Docker Stars License

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 Pulls Docker Stars License

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.

Usage

Install Docker

Follow the instructions at https://docs.docker.com/engine/installation/

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.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

USE ERLANG

Get erlang

docker pull devicexx/erlang

Get specific version

docker pull devicexx/erlang:18.3

Tag available

  • 18.3
  • latest
USE PHP

Get PHP

docker pull devicexx/php

Get specific version

docker pull devicexx/php:7.0

Tag available

  • 7.0
  • 5.6
  • latest

Tag summary

Content type

Image

Digest

Size

36.5 MB

Last updated

about 10 years ago

docker pull devicexx/erlang