#How do you list what containers are running?

1 messages · Page 1 of 1 (latest)

fickle crane
#

Maybe I'm not understanding this correctly, but I'm using container-use and can't quite figure out how to query dagger to see what containers are already running or to stop one in case there's an error?

grave stream
#

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

fickle crane
#

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

fickle crane
#

Mac sequoia

grave stream
#

try restarting that via docker restart or using Docker desktop to see if that helps

fickle crane
#

Got it. Is there a way to inspect running containers from dagger though?

grave stream
#

see the logs in real-time, etc