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

Docker-out-of-Docker support #46

Open
tomwatson1024 opened this issue Nov 21, 2019 · 1 comment
Open

Docker-out-of-Docker support #46

tomwatson1024 opened this issue Nov 21, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tomwatson1024
Copy link
Contributor

We've got docker-in-docker support, but support for mounting and using the host's docker would be useful too - e.g. for building Docker images for use on the host.

@rlupton20 rlupton20 added enhancement New feature or request good first issue Good for newcomers labels Mar 11, 2020
@rlupton20
Copy link
Collaborator

I got to thinking about this, and one possible complication here is that the floki container and the host see different filesystems. For example running

docker run -v HOST_PATH:PATH ...

will mount HOST_PATH on the host, rather than in the floki container (although there are similar complications with dind, it's just likely you want to mount something in the source base which is at the same path in the dind container).

I'm not sure the tradeoff is worth it, but I can see the value in accessing the host.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants