#How do you list what containers are running?
1 messages · Page 1 of 1 (latest)
dagger manages its containers independently that's why you won't see them via docker ps or runc list
in container-use mode, the agent will attempt to accomplish its task and will stop once it either thinks it has accomplished its goal or couldn't find a way to proceed
I’m in a situation where it’s locked and no other commands work so I’m trying to figure out how to kill it
what OS are you in?
Mac sequoia
if you run docker ps you should see a dagger-engine* container
try restarting that via docker restart or using Docker desktop to see if that helps
Got it. Is there a way to inspect running containers from dagger though?
If you're using https://dagger.cloud which is free for single users, you can have better real-time visiblity about what Dagger is actually doing
see the logs in real-time, etc