Skip to content
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

allow passing on of docker socket #307

Open
maxheld83 opened this issue Jul 31, 2019 · 2 comments
Open

allow passing on of docker socket #307

maxheld83 opened this issue Jul 31, 2019 · 2 comments
Labels
blocked docker anything docker related github Related to / requiring support from github (actions)
Projects

Comments

@maxheld83
Copy link
Owner

maxheld83 commented Jul 31, 2019

currently:

Running docker run --volume '/var/run/docker.sock:/var/run/docker.sock' \
  'alpine:3.10.1' sh -c 'exit 1'
docker: Error response from daemon: This Docker operation is forbidden by GitHub Actions, you can find documentation at https://developer.github.com/actions/.
See 'docker run --help'.

That's not great, because it disallows a elegant way to run docker in docker as per #271

@maxheld83 maxheld83 added this to To do in Kanban via automation Jul 31, 2019
@maxheld83 maxheld83 moved this from To do to Blocked in Kanban Jul 31, 2019
@maxheld83 maxheld83 added docker anything docker related github Related to / requiring support from github (actions) labels Jul 31, 2019
@maxheld83
Copy link
Owner Author

send email to support.

@maxheld83
Copy link
Owner Author

notably, the "official" Docker GitHub action does not appear to pass on the upstream socket, but just really runs docker in docker, though that is discouraged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked docker anything docker related github Related to / requiring support from github (actions)
Projects
No open projects
Kanban
  
Blocked
Development

No branches or pull requests

1 participant