You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: