Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T06:23:06.000Z (over 1 year ago)
- Last Synced: 2024-10-31T10:43:54.422Z (3 months ago)
- Topics: aws, diagrams, docker, docker-image, python
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 24
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
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
```---
🐳