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
- Host: GitHub
- URL: https://github.com/gtramontina/docker-diagrams
- Owner: gtramontina
- Created: 2020-02-11T12:53:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T21:38:34.000Z (7 months ago)
- Last Synced: 2025-03-26T01:51:11.958Z (4 months ago)
- Topics: aws, diagrams, docker, docker-image, python
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 28
- Watchers: 2
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker image fordiagrams
---
#### _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
```---
🐳