[PR #2185] [CLOSED] fix: sync DOCKER_HOST with cli parameter #2311

Closed
opened 2026-03-01 21:54:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2185
Author: @ChristopherHX
Created: 1/31/2024
Status: Closed

Base: masterHead: fix-sync-docker-host-and-socket-path


📝 Commits (2)

📊 Changes

1 file changed (+10 additions, -6 deletions)

View changed files

📝 cmd/root.go (+10 -6)

📄 Description

  • new mount unix socket from DOCKER_HOST if it uses that protocol to /var/run/docker.sock
    • old behavior was mount /var/run/docker.sock if no cli arg changed it
  • new mount the auto detected unix socket if it uses the unix socket protocol to /var/run/docker.sock (grey list of known non default sockets)
    • old behavior was mount /var/run/docker.sock if no cli arg changed it

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/2185 **Author:** [@ChristopherHX](https://github.com/ChristopherHX) **Created:** 1/31/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-sync-docker-host-and-socket-path` --- ### 📝 Commits (2) - [`16ce750`](https://github.com/nektos/act/commit/16ce750fb3f053b98614230d99363a50fda31d2b) fix: sync DOCKER_HOST with cli parameter - [`cf58eb6`](https://github.com/nektos/act/commit/cf58eb6051147503dc79e7b03b99563b8b3a09aa) fix typo ### 📊 Changes **1 file changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `cmd/root.go` (+10 -6) </details> ### 📄 Description - **new** mount unix socket from `DOCKER_HOST` if it uses that protocol to `/var/run/docker.sock` - **old** behavior was mount `/var/run/docker.sock` if no cli arg changed it - **new** mount the auto detected unix socket if it uses the unix socket protocol to `/var/run/docker.sock` (grey list of known non default sockets) - **old** behavior was mount `/var/run/docker.sock` if no cli arg changed it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2311
No description provided.