mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
24d043401b
commit
82ce9844dd
@ -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