README: add notes on Dockerfile usage
This commit is contained in:
parent
9c355c30c1
commit
5a586aedfa
1 changed files with 8 additions and 0 deletions
|
|
@ -108,3 +108,11 @@ Cleanup. It will teardown the Forgejo instance.
|
|||
```sh
|
||||
./end-to-end.sh stop
|
||||
```
|
||||
|
||||
## Running tests in Docker/Podman
|
||||
|
||||
There is an included Dockerfile in which the tests can be run. Building the
|
||||
conatiner will copy the the entire repo state into the container from which
|
||||
changes to the tests can be tested. Note: running in podman requires the
|
||||
`--privileged` flag because this will run podman in podman for some tests.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue