mirror of
https://github.com/nektos/act.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #1663] Enable to use remote docker #825
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#825
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 @boxsnake on GitHub (Mar 4, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1663
Act version
0.2.43
Feature description
actlooks like a good tool, but in my situation, I want to use remote docker instances and did not found any parameters for that.My computer only have about 500G of hard drive disk in total. Docker Desktop Windows and Docker images will take a lot of space in driver C:. I did not found any solution that can install Docker outside driver C:\ since Docker has no such option.
Thus, I prepare to install a Docker in another computer and use act remotely.
Is it possible? Thanks a lot.
@catthehacker commented on GitHub (Mar 4, 2023):
You can already do that https://github.com/nektos/act/wiki/Custom-container-engine
@boxsnake commented on GitHub (Mar 4, 2023):
@catthehacker Thanks. Hope this can be mentioned in homepage's README.
@panekj commented on GitHub (Mar 4, 2023):
This will be fixed once we migrate to proper documentation