containerize - full360/sneaql GitHub Wiki
containerize
Usage:
sneaql containerize PATH_TO_TRANFORM_ROOT CONTAINER_TAG
Description:
builds a runnable docker image from the specified transform.
EXAMPLE
$ sneaql containerize . my-transform-name:0.0.1
the above will build a transform named my-transform-name:0.0.1 based upon the
contents of the sneaql.json file in the provided (current) directory