Cursor can't run docker commands

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Hey , when cursor try to run any docker command this is happening in cursor terminal

$ ms artisan test --filter=“MaxDiscountCheckoutFixTest”
the input device is not a TTY
$ ms artisan test --filter=“MaxDiscount” --stop-on-failure
the input device is not a TTY

This error is happening after last upgrade the input device is not a TTY

Steps to Reproduce

Just ask AI agent to do any terminal command related to docker container

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.6.26
VSCode Version: 1.99.3
Commit: 6af2d906e8ca91654dd7c4224a73ef17900ad730
Date: 2025-09-16T17:12:31.697Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 25.0.0

For AI issues: which model did you use?

Any

Does this stop you from using Cursor

Yes - Cursor is unusable

1 Like

Thanks for the report. Does it work manually?

Try running commands manually: Test the same Docker commands (ms artisan test --filter="MaxDiscountCheckoutFixTest") directly in Cursor’s regular terminal (not through AI agent) to confirm they work normally.

Yep, manual all working just fine.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.