Hi,
for most of my projects, I use dockerized local dev environment. I want to use cursor agent mode, but the agents wants to run commands in local environment. I can tell him to run it inside docker, but it don’t work well. He will start the container, but after that will fail to run the command inside the container.
Is there a way to configure this behavior ?
Thank you!
develop inside the container use/install “Dev Containers: Install Docker” → “Dev Containers: Open Workspace in Container”
1 Like
Thank you, using dev container solve the issue
1 Like