act supports running github actions locally
How to active it with Rancher Desktop on MacOS
requires::
- act was installed
- Rancher Desktop was installed
Fixed the docker.sock issue
fist after running act you will see below
$ act
daemon Docker Engine socket not found and containerDaemonSocket option was not set
you can fix by below
sudo ln -s ~/.rd/docker.sock /var/run/docker.sock
Top comments (0)