kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
3ceb6eb9b9
commit
0fc581c35c
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
title: d2-builder
|
||||||
|
---
|
||||||
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||||
|
<!-- Please read https://github.com/linuxserver/docker-d2-builder/blob/main/.github/CONTRIBUTING.md -->
|
||||||
|
# linuxserver/d2-builder
|
||||||
|
|
||||||
|
Expects to run as part of the LSIO CI process. Not for public consumption.
|
||||||
|
|
||||||
|
## Running against local project
|
||||||
|
|
||||||
|
If you need to test functionality just run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker pull lscr.io/linuxserver/d2-builder:latest && \
|
||||||
|
docker run -d --rm -v /tmp/d2:/output -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/d2-builder:latest mastodon:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
Generated svg files will be created in `/output`.
|
||||||
|
|
||||||
|
## Versions
|
||||||
|
|
||||||
|
The following line is only in this repo for loop testing:
|
||||||
|
|
||||||
|
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }
|
Ładowanie…
Reference in New Issue