Tome Tanasovski
Tome Tanasovski
Proof screenshot: 
Got it to work with a NAT pretty easily add-windowsfeature routing netsh interface portproxy add v4tov4 listenport=8888 connectaddress=172.16.0.2 connectport=8000 protocol=tcp
Documented here https://github.com/toenuff/flancy/wiki/Flancy-in-a-Windows-Container However, leaving issue open until documentation is complete. Still need to get startup commands to work and share how to save flancy container images so they can...
yeah poor error
This does not work. There is an issue open on Nancy for this and a branch named dsx where they are working on it: https://github.com/NancyFx/Nancy/issues/1959
I tried it, but there were some issues.
I had the problem either in tests or by changing the compiled flancy. It may have just been an ordered thing. We should definitely revisit. It would be nice to...
I think we have all the issues resolved now - just need to implement as per #33
I think the only way to achieve this would be to build a dynamic script block. For example: ``` powershell $thing $scriptblock = $ExecutionContext.InvokeCommand.NewScriptBlock(@" $thing "@) New-Flancy -WebSchema { Get...
It might be interesting to use a scriptblock property with some sort of variable list property that we interpret and inject vars from the current session, but then again, doing...