Sign inSign up

acspri/quexml

By acspri

Updated over 7 years ago

queXML on Apache/PHP

Image
2

1.4K

acspri/quexml repository overview

quexml-docker

Docker image for queXML based on the official PHP image

Usage

To create the image acspri/quexml, run the following command from the checkout of this repository:

docker build -t acspri/quexml .

Running the queXML docker image

Start the image, bind port 80 on all interfaces to your container:

docker run -d -p 80:80 -v /location-of-images:/images acspri/quexml

Where /location-of-images is a directory on your local machine that contains images that you want queXML to have access to when creating forms.

For example, you can refer to images in your queXML document like this:

<img src="file:///images/cats.jpg"/>

Access queXML by visiting:

http://localhost/

Tag summary

Content type

Image

Digest

Size

193.8 MB

Last updated

over 7 years ago

docker pull acspri/quexml