suapapa / go_diagrams

Simple wrapper of the diagrams to print output (and error) to stdout in JSON fmt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

diagrams-back

Usage

  1. Create container
  2. Checkout example

Test diagrams container

Build and push docker image:

$ docker build -t diagrams:dev .

Example Run:

$ cat sample/diagram_err.py | docker run -i --rm diagrams:dev

Explore container:

$ docker run -it --rm -v $(pwd)/sample:/sample --entrypoint /bin/bash diagrams:dev

About

Simple wrapper of the diagrams to print output (and error) to stdout in JSON fmt.


Languages

Language:Go 50.1%Language:Python 39.7%Language:Dockerfile 6.0%Language:Shell 4.2%