--container-daemon-socket, --artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest-P ubuntu-22.04=catthehacker/ubuntu:act-22.04--container-architecture linux/amd64--container-daemon-socket unix:///Users/octocat/.docker/run/docker.sockmachine-local--artifact-server-path /Users/octocat/.cache/act/artifactsmachine-local--env-file ""Otty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
--container-daemon-socket, --artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest--pull=false--container-daemon-socket unix:///run/user/1000/docker.sockmachine-local--artifact-server-path /home/octocat/.cache/act/artifactsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
--container-daemon-socket, --artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest--container-daemon-socket unix:///Users/octocat/.colima/default/docker.sockmachine-local--artifact-server-path /Users/octocat/Library/Caches/act/artifactsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
--container-daemon-socket, --artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest--container-daemon-socket npipe:////./pipe/docker_enginemachine-local--artifact-server-path C:/Users/octocat/AppData/Local/act/artifactsmachine-localOtty splits these out before upload and puts each machine’s own back on the way down — no templates to write. The lines above come from this tool’s test fixture in the catalog.
Not a subtraction from the paths above: this is everything else act writes in your home directory that is state, not configuration. It keeps a whole-home manager like chezmoi from sweeping those up, and it still holds if the synced paths are ever widened.
--container-daemon-socket--artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest-P ubuntu-22.04=catthehacker/ubuntu:act-22.04--container-architecture linux/amd64--container-daemon-socket unix:///Users/octocat/.docker/run/docker.sockmachine-local--artifact-server-path /Users/octocat/.cache/act/artifactsmachine-local--env-file ""Each machine keeps its own copy of these.
--container-daemon-socket--artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest--pull=false--container-daemon-socket unix:///run/user/1000/docker.sockmachine-local--artifact-server-path /home/octocat/.cache/act/artifactsmachine-localEach machine keeps its own copy of these.
--container-daemon-socket--artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest--container-daemon-socket unix:///Users/octocat/.colima/default/docker.sockmachine-local--artifact-server-path /Users/octocat/Library/Caches/act/artifactsmachine-localEach machine keeps its own copy of these.
--container-daemon-socket--artifact-server-path-P ubuntu-latest=catthehacker/ubuntu:act-latest--container-daemon-socket npipe:////./pipe/docker_enginemachine-local--artifact-server-path C:/Users/octocat/AppData/Local/act/artifactsmachine-localEach machine keeps its own copy of these.
Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.
Opens otty://sync/add/act. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.
Every one of these is generated from the same rules as this page. None of them splits --container-daemon-socket and --artifact-server-path for you — that part is Otty’s own sync, or a template you write by hand.