Docker container with Alpine Linux, Node.js and uiflow. uiflow is a Node.js based UI flows diagrams generator.
To pull:
$ docker pull miy4/uiflowTo build:
$ git clone https://github.com/miy4/docker-uiflow.git
$ cd docker-uiflow
$ docker build -t miy4/uiflow .$ docker run -v ${PWD}:/work -w /work --rm [UIFLOW ARGUMENTS]
# or
$ run-uiflow [UIFLOW ARGUMENTS]docker run and run-uiflow accept and pass a set of parameters to uiflow CLI.
$ run-uiflow -i myapp.uiflow -o myapp.png -f png