-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runner --driver=github Docker-in-Docker #908
Comments
WorkingGitHub takes care of mounting any volumes it needs for running
|
Footnotes
|
I was opening another issue to follow up discord/cml#951240652035883008 The idea was to throw an error explaining that volumes in GH are explicitly specified in the yaml instead of current one |
This issue is about containerized self–hosted runners. It doesn't seem to be related to the Discord question you link. 🤔 |
we should try to document this somewhere more permanent than in an issue. perhaps the readme |
Docker-in-Docker (probably) doesn't work with GitHub?
(P.S. we recommend
--docker-volumes=/var/run/docker.sock:/var/run/docker.sock
for GitLab)docker:dind
for<some_container>
?container.volumes: /var/run/docker.sock:/var/run/docker.sock
?container:
works (i.e. Docker-on-baremetal)?The text was updated successfully, but these errors were encountered: