Skip to content

ACSPRI/quexml-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

queXML Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages