You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ocdtrekkie
changed the title
Support searchPath (or similar)
Support searchPath (or similar) for explicit fake proc mounting
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.
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.The text was updated successfully, but these errors were encountered: