Running Docker w/bind mounts inside the runner #2183
-
Howdy, I can't seem to do a bind mount a directory inside the runner itself. Use case would be to use a golang container, bind mount the source repo, and then build the artifact. Example:
Works fine on a straight Docker host, and I'll see files under I'm assuming this has something to do w/running Docker against the socket inside of Docker. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After some research it's the dind sidecar. To solve basically just share anything in |
Beta Was this translation helpful? Give feedback.
After some research it's the dind sidecar. To solve basically just share anything in
/runner
and it works.