https://github.com/gtramontina/docker-svgbob
Docker image for https://github.com/ivanceras/svgbob
https://github.com/gtramontina/docker-svgbob
Last synced: 3 days ago
JSON representation
Docker image for https://github.com/ivanceras/svgbob
- Host: GitHub
- URL: https://github.com/gtramontina/docker-svgbob
- Owner: gtramontina
- Created: 2021-07-29T07:53:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T09:54:00.000Z (over 1 year ago)
- Last Synced: 2025-04-25T11:51:17.543Z (about 2 months ago)
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Docker image for [`svgbob`](https://github.com/ivanceras/svgbob)
Package information: [pkgs/container/svgbob](https://github.com/gtramontina/docker-svgbob/pkgs/container/svgbob)
### _Running:_
```sh
docker run --rm ghcr.io/gtramontina/svgbob: [arguments]
```### _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
```---