0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00

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

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
```