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
Content type
Image
Digest
sha256:f28a58cee…
Size
135.1 MB
Last updated
2 months ago
docker pull amaltsev/xao-web