At the moment, I had happily gotten rid of Docker on my system.
Imagine my surprise, when I just tried it out, and despite being nowhere mentioned, running fails with cannot ping the docker daemon.
I can see three ways going forward:
Drop the dependency on Docker (not sure if possible)
Make the setup with Docker optional (again, not sure if possible, if yes that would be preferred)
Document that you need the Docker daemon running to deploy this runner.
But having neither of them is not a good design.
At the moment, I had happily gotten rid of Docker on my system.
Imagine my surprise, when I just tried it out, and despite being nowhere mentioned, running fails with `cannot ping the docker daemon`.
I can see three ways going forward:
- Drop the dependency on Docker (not sure if possible)
- Make the setup with Docker optional (again, not sure if possible, if yes that would be preferred)
- Document that you need the Docker daemon running to deploy this runner.
But having neither of them is not a good design.
And new act runner version supports run without docker dependency but not released. That means you can chose run with or without docker. I think we can upgrade to that version once it released.
I think currently we can chose the third.
And new `act` runner version supports run without docker dependency but not released. That means you can chose run with or without docker. I think we can upgrade to that version once it released.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
At the moment, I had happily gotten rid of Docker on my system.
Imagine my surprise, when I just tried it out, and despite being nowhere mentioned, running fails with
cannot ping the docker daemon.I can see three ways going forward:
But having neither of them is not a good design.
I think currently we can chose the third.
And new
actrunner version supports run without docker dependency but not released. That means you can chose run with or without docker. I think we can upgrade to that version once it released.@xinyu Could you please help improve the README?