Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker command from the documentation didn't work #320

Open
farv opened this issue Aug 21, 2024 · 0 comments
Open

Docker command from the documentation didn't work #320

farv opened this issue Aug 21, 2024 · 0 comments
Labels
bug Something isn't working documentation

Comments

@farv
Copy link

farv commented Aug 21, 2024

When I executed the command mentioned in this documentation I got the error:

Boom ! context "<name_of_context>" does not exist

popeye/README.md

Lines 288 to 292 in d09ec25

docker run --rm -it \
-v $HOME/.kube:/root/.kube \
-e POPEYE_REPORT_DIR=/tmp/popeye \
-v /tmp:/tmp \
derailed/popeye --context foo -n bar --save --output-file my_report.txt

Then I modified the command to be
docker run --rm -it -v $HOME/.kube:/home/nonroot/.kube derailed/popeye --context <name_of_context> -n <namespace>
and it worked. As you can see, I didn't use the tmp folder as I just wanted to check the execution.

Thanks a lot!

@derailed derailed added documentation bug Something isn't working labels Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

No branches or pull requests

2 participants