James Brundage
James Brundage
Since Docker is Linux-oriented, making it work with PowerNix seems like a natural fit: * [ ] #25 * [ ] #26 * [ ] #33
There's stuff only Linux can do well, and stuff only PowerShell can do well. We should find the overlap and build the best examples we can.
ugit has been a great approach for console commands. PipeScript inheritance makes this fairly simple to implement. PowerNix should start overriding more unix commands and parsing output where possible.
This should likely use the options _netdev and x-systemd.after=network-online.target [see StackExchange](https://unix.stackexchange.com/questions/349264/fstab-mount-wait-for-network)
If a given command is based off of Get-Content (and the file content is likely to change), it should proxy the following parameters from Get-Content: * ReadCount * Tail *...