YAWS Docker images based upon the official Erlang and LFE images
2.1K
These images are based upon the official LFE images, which in turn are based upon the official Erlang images.
Although the images do provide a means of starting a default (or demo) YAWS web server instance, they are intended to be used as the basis for creating YAWS-based LFE and Erlang web applications. Regardless, you can view the default web server by running the following:
$ docker run -t -p 80:8000 -p 443:4443 lfex/yaws
or
$ docker run -t -p 80:8000 -p 443:4443 lfex/yaws:latest
You can then visit the following:
foo and the password bar for the Basic AuthIn addition to the latest and default versions of the image, you may also use any of the other versions defined under the tags tab.
$ docker run -t -p 80:8000 -p 443:4443 lfex/yaws:[version]
e.g.,
$ docker run -t -p 80:8000 -p 443:4443 lfex/yaws:1.3-22.0-standard
Note that, as with the LFE images, the tags take the form [lfe version]-[erlang versions]-[image type].
Content type
Image
Digest
Size
65.3 MB
Last updated
over 7 years ago
docker pull lfex/yaws