My usage scenarios: Windows server 2022 – Linux sever(Ubuntu) – Docker Container(linux/ubuntu).
The cursor ID is installed in windows server. This server has a policy of strictly forbit user/apps run powershell or WSL scripts.
cursor works well when it connect to the linux server, while it could not attach to docker containers because it will invoke some powershell scripts.
Why it invokes local powershell scripts when attach to a container? Is there a method to disable this behavior?
Steps to Reproduce
usage scenarios: Windows server 2022 – Linux sever(Ubuntu) – Docker Container(linux/ubuntu).
Attach to dev containers. It will invoke local powershell scripts.
Expected Behavior
No local script run.
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
And let me know if you can add a policy exception for Cursor processes. That might be the only solution if those scripts are required to work with containers.
hi @deanrie , Thanks for your quick response!
I find this issue disappeared when I collect logs. Cursor attach docker successfully today without any error or warning. Both cursor and Dev containers keep same without any updates. If this issue occurs again in recently days, I will attach its log here next time.
BTW, cmd.exe is also blocked. I guess the only command line tool allowed is “MobaXterm”.
Thanks all the same!