[GH-ISSUE #182] Missing symlinks inside docker #121

Closed
opened 2026-03-01 21:40:23 +03:00 by kerem · 1 comment
Owner

Originally created by @mwang87 on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/182

Currently uses command:

docker cp src=src dst=dst

This should include -L flag to make sure symlinks are copied into docker container:

https://docs.docker.com/engine/reference/commandline/cp/

Originally created by @mwang87 on GitHub (Apr 1, 2020). Original GitHub issue: https://github.com/nektos/act/issues/182 Currently uses command: docker cp src=src dst=dst This should include -L flag to make sure symlinks are copied into docker container: https://docs.docker.com/engine/reference/commandline/cp/
Author
Owner

@mwang87 commented on GitHub (Apr 1, 2020):

Workaround is to use bind mount with -b flag.

<!-- gh-comment-id:607499749 --> @mwang87 commented on GitHub (Apr 1, 2020): Workaround is to use bind mount with -b flag.
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#121
No description provided.