This is the Docker Nano image for Erlang v17.3 with SSL support.
nano/erlangTry one of the following.
Run docker run -it nano/erlang:latest – launch interactive command prompt.
Run docker run -it --rm nano/erlang:latest erl -noshell -eval 'io:fwrite("Hello, World!\n"), init:stop().'.
Add FROM nano/erlang:latest to your Dockerfile.
Content type
Image
Digest
sha256:576ce1852…
Size
21.2 MB
Last updated
almost 11 years ago
docker pull nano/erlang