cleanup docs and examples

This commit is contained in:
Robert Kaussow 2024-03-12 20:43:40 +01:00
parent 342d98c4d9
commit db2574154a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 5 additions and 1 deletions

View File

@ -55,5 +55,9 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-opentofu .
## Test
```Shell
docker run -it thegeeklab/wp-opentofu --action validate
docker run --rm \
-e PLUGIN_ACTION=validate \
-v $(pwd):/build:z \
-w /build \
thegeeklab/wp-opentofu
```