From db2574154a59c0e8efbde22afc853eaa02158465 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 12 Mar 2024 20:43:40 +0100 Subject: [PATCH] cleanup docs and examples --- docs/content/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 913c015..04244d1 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -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 ```