Document testing packages locally
This commit is contained in:
parent
30f2715c01
commit
dc80ed3a1d
15
readme.md
15
readme.md
|
@ -139,6 +139,21 @@ docker run \
|
||||||
ghcr.io/engineer-man/piston
|
ghcr.io/engineer-man/piston
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Piston for testing packages locally
|
||||||
|
|
||||||
|
### Host System Package Dependencies
|
||||||
|
|
||||||
|
- Same as [All In One](#All-In-One)
|
||||||
|
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# Build the Docker containers
|
||||||
|
./piston start
|
||||||
|
|
||||||
|
# For more help
|
||||||
|
./piston help
|
||||||
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
Loading…
Reference in New Issue