Sign inSign up

lfex/yaws

By lfex

Updated about 6 years ago

YAWS Docker images based upon the official Erlang and LFE images

Image
0

2.1K

lfex/yaws repository overview

YAWS on LFE/Erlang Images

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:

  • http://localhost/ - You'll need to enter the username foo and the password bar for the Basic Auth
  • https://localhost/ - You'll need to accept a security exception for the self-signed cert generated by YAWS

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

Tag summary

Content type

Image

Digest

Size

65.3 MB

Last updated

over 7 years ago

docker pull lfex/yaws