act runner #1316
-
hey there Just to make sure that i'm getting this right |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
On observing (running)
|
Beta Was this translation helpful? Give feedback.
-
Thank you Antvirf, i figure it out. |
Beta Was this translation helpful? Give feedback.
On observing (running)
act
containersIf you start a flow with
act
(and assuming it is still running), you should be able to see the container withdocker ps
. Once it's finished, it will be deleted though. (If on linux you may need to prefixdocker
commands with sudo depending on your setup.)For example, if I just started a flow, I can see it with:
On where the runners are
They should be visible with
docker image ls