Skip to content

act runner #1316

Answered by Antvirf
Mohammad-Alqadi asked this question in Q&A
Aug 25, 2022 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

On observing (running) act containers

If you start a flow with act (and assuming it is still running), you should be able to see the container with docker ps. Once it's finished, it will be deleted though. (If on linux you may need to prefix docker commands with sudo depending on your setup.)

For example, if I just started a flow, I can see it with:

$ docker ps
CONTAINER ID   IMAGE                           COMMAND                  CREATED         STATUS        PORTS     NAMES
fe9ece598cdf   catthehacker/ubuntu:act-20.04   "/usr/bin/tail -f /d…"   2 seconds ago   Up 1 second             name-of-the-thing-you-are-working-on

On where the runners are

They should be visible with docker image ls

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Mohammad-Alqadi
Comment options

@Antvirf
Comment options

@Mohammad-Alqadi
Comment options

Answer selected by Mohammad-Alqadi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants