mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-23 07:00:40 +00:00
cleanup docs and examples
This commit is contained in:
parent
342d98c4d9
commit
db2574154a
@ -55,5 +55,9 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-opentofu .
|
|||||||
## Test
|
## Test
|
||||||
|
|
||||||
```Shell
|
```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
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user