- This is basically a node image with lix installed
- There is a web server running in the image which expose a REST API that allows:
- Uploading files
- Invoking lix
- Invoking Haxe
- Download files
See lix.service.api.controller.Root
The docker image is not hosted anywhere for now. So please build it yourself.
haxe controller.hxml
docker build -t lix-service .
Then run it:
docker run -p 8080:8080 lix-service
Then interact using the REST API:
curl -X POST --data '{"args":["-v"]}' localhost:8080/lix