Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gtramontina/docker-diagrams

An image for https://github.com/mingrammer/diagrams
https://github.com/gtramontina/docker-diagrams

aws diagrams docker docker-image python

Last synced: 3 months ago
JSON representation

An image for https://github.com/mingrammer/diagrams

Awesome Lists containing this project

README

        


Docker Tags
Docker Latest Tag
Build


Docker image for diagrams

---

#### _Running:_

```sh
$ cat .py | docker run -i --rm -v $(pwd)/out:/out gtramontina/diagrams:
```

The `/out` directory is where `diagram` will generate your PNGs.

---

#### _Developing:_

```sh
$ make build # Builds a new image
$ make test # Runs/tests the image
$ make push # Pushes the image up
$ make clean # Removes any generated artifacts
$ make clobber # Removes artifacts and generated images
```

---

🐳