Skip to content

Commit

Permalink
Merge pull request #1082 from OWASP/doc-fix
Browse files Browse the repository at this point in the history
Doc fix: explain and correct the local container creation
  • Loading branch information
commjoen authored Nov 15, 2023
2 parents 5a772a7 + 7ec1314 commit 290fef0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,12 @@ If you have made some changes to the codebase or added a new challenge and would
1. Ensure you have bash installed and open.
2. Navigate to .github/scripts.
3. Run the docker-create script `bash docker-create.sh`.
- Note: Do you want to run this on your minikube? then first run `eval $(minikube docker-env)`.
4. Follow any instructions given, you made need to install/change packages.
5. Run the newly created container `docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:local-test`
5. Run the newly created container:
- to running locally: `docker run -p 8080:8080 jeroenwillemsen/wrongsecrets:local-test-no-vault`
- to run it on your minikube: use the container `jeroenwillemsen/wrongsecrets:local-test-k8s-vault` in your deployment definition.
- to run it with Vault on your minikube: use the container `jeroenwillemsen/wrongsecrets:local-test-local-vault` in your deployment definition.

## Want to play, but are not allowed to install the tools?

Expand Down

0 comments on commit 290fef0

Please sign in to comment.