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

It does not work for Windows Machine and Docker Desktop #602

Open
jorgealvarezro opened this issue Jul 6, 2022 · 0 comments
Open

It does not work for Windows Machine and Docker Desktop #602

jorgealvarezro opened this issue Jul 6, 2022 · 0 comments

Comments

@jorgealvarezro
Copy link

Hi,

I wanted to use this in VSCode with Docker Desktop in Windows Machine and the following instruction does not work:

docker run -v pwd/spec/test_templates:/templates -t stelligent/cfn_nag /templates/json/efs/filesystem_with_encryption.json (this is because pwd does not exist in windows).

If you use the Terminal of VSCode, which is based on Powershell, this would be the instruction:
docker run -v ${PWD}/spec/test_templates:/templates -t stelligent/cfn_nag /templates/json/efs/filesystem_with_encryption.json

Would you mind to add that entry for a Windows version please.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant