docker-spk icon indicating copy to clipboard operation
docker-spk copied to clipboard

Support searchPath (or similar) for explicit fake proc mounting

Open ocdtrekkie opened this issue 3 years ago • 1 comments

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 avatar Sep 08 '20 19:09 ocdtrekkie

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 avatar Sep 08 '20 19:09 zenhack