mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #5938] MacOS: Option to use Apple Container instead of docker #1293
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1293
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HeyMeco on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/5938
Act version
0.2.81
Feature description
For MacOS it would be nice to be able to use Apple Containers https://github.com/apple/container instead of docker.
@sravinet commented on GitHub (Feb 4, 2026):
As alternative to Apple Containers, if anybody is still interested in using podman on MacOS (seems currently not supported by act as mentioned in https://github.com/nektos/act/issues/303) you may use my fork (at your own peril). Happy to PR if maintainers @ChristopherHX are open to it.
@ChristopherHX commented on GitHub (Feb 4, 2026):
I just install podman Desktop + enable docker integration (as admin) => works flawless on macOS, no extra setup needed as /var/run/docker.sock get's created and consumed by act.
So you gave podman integration without using the docker api client a try? Probably more sustainable than docker/client, which may require a server version higher than the version where podman has forked docker in the future.
My primary act development from my side does not target nektos/act anymore, please look at my my github user profile for the variant of act I do development for