Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 359 Bytes

CloudGraphr

Diagrams as Code... As A Service

Azure function that lets you draw a cloud architectures using json definitions

Basically a service wrapper for MinGrammer

Docker Commands

docker build --pull --rm -f "Dockerfile" -t cloudgraphr:latest "."

docker run --name cloudgraphr -p 8000:80 cloudgraphr:latest