Flowable/all-in-one docker image

Hi,

The name “flowable/all-in-one” kind of suggests that this is a Docker image that includes everything you need to get started with Flowable. It would be great if the image also included the Open API (Swagger) docs.

Note: I am aware that the flowable-task application exposes the REST API, for example:

curl -i 'http://admin:test@localhost:8080/flowable-task/process-api/runtime/tasks'

HTTP/1.1 200 
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json;charset=UTF-8
Transfer-Encoding: chunked
Date: Sun, 09 Dec 2018 20:09:44 GMT

{"data":[],"total":0,"start":0,"sort":"id","order":"asc","size":0}

Cheers
Rob

Also, see: Getting started with Flowable