Sign inSign up

amaltsev/xao-web

By amaltsev

•Updated 2 months ago

XAO::Web Perl PSGI server base image

Image
0

1.1K

amaltsev/xao-web repository overview

XAO::Web is a Perl web site framework that can be used from Apache CGI, mod_perl, or as a PSGI application. See https://github.com/amaltsev/XAO-Web⁠ for details.

In most cases this image would need to be extended for specific projects to pull in additional software dependencies, set the environment, logging, etc. Usually a database container would also need to be connected.

Default site demo:

docker run -p 8080:80 amaltsev/xao-web

Mount and execute a site from the current directory:

docker run -p 8080:80 -v $(pwd):/opt/xao/projects/app amaltsev/xao-web

Tag summary

Content type

Image

Digest

sha256:f28a58cee…

Size

135.1 MB

Last updated

2 months ago

docker pull amaltsev/xao-web