A container with the zorba binary is available at https://registry.hub.docker.com/u/fcavalieri/zorba/
Below are examples of Zorba executed via Docker:
docker run --rm zorba -q 1+1
You can also mount a local folder that contains your queries. The image exposes a volume at /queries
:
docker run --rm -v /path/to/queries:/queries fcavalieri/zorba -q foo.xq -f
If you want to be informed about new code releases, bug fixes and general news and information about the Zorba XQuery Processor, subscribe to the Zorba Users mailing list zorba-users@googlegroups.com