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

Support searchPath (or similar) for explicit fake proc mounting #14

Open
ocdtrekkie opened this issue Sep 8, 2020 · 1 comment
Open

Comments

@ocdtrekkie
Copy link

We should be able to get things like the fake proc mounts working with docker-spk, similarly to how it is done with a normal spk or vagrant-spk package: https://github.com/zenhack/dotnet-docker-spk

Perhaps since spk is not "searching for files" here, it should work more like an alwaysInclude, and ignore the standard . and \ paths. We just want the stuff people are explicitly adding with a custom packagePath.

@ocdtrekkie ocdtrekkie changed the title Support searchPath (or similar) Support searchPath (or similar) for explicit fake proc mounting Sep 8, 2020
@zenhack
Copy link
Owner

zenhack commented Sep 8, 2020

Yeah, I think we could do something where we just included the full packagePath for each entry in searchPath, in addition to what gets built in to the docker container.

zenhack added a commit that referenced this issue Sep 8, 2020
Untested dead code for now. These helpers can be used to build a tree
from a local directory, which we'll want when traversing searchPath.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants