Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
ci/ | H | 28-Jan-2019 | - | 49 | 30 | |
cmd/houdini/ | H | 28-Jan-2019 | - | 99 | 77 | |
process/ | H | 28-Jan-2019 | - | 729 | 549 | |
ptyutil/ | H | 28-Jan-2019 | - | 77 | 57 | |
win32/ | H | 28-Jan-2019 | - | 722 | 626 | |
.gitignore | H A D | 28-Jan-2019 | 45 | 6 | 5 | |
LICENSE.md | H A D | 28-Jan-2019 | 11.1 KiB | 202 | 169 | |
Makefile | H A D | 28-Jan-2019 | 308 | 17 | 11 | |
README.md | H A D | 28-Jan-2019 | 643 | 16 | 11 | |
backend.go | H A D | 28-Jan-2019 | 3.5 KiB | 176 | 131 | |
container.go | H A D | 28-Jan-2019 | 5.9 KiB | 279 | 208 | |
container_linux.go | H A D | 28-Jan-2019 | 3.9 KiB | 189 | 144 | |
container_stub.go | H A D | 28-Jan-2019 | 1.5 KiB | 59 | 43 | |
container_test.go | H A D | 28-Jan-2019 | 3.3 KiB | 153 | 133 | |
go.mod | H A D | 28-Jan-2019 | 706 | 17 | 15 | |
go.sum | H A D | 28-Jan-2019 | 4.4 KiB | 47 | 46 | |
houdini_suite_test.go | H A D | 28-Jan-2019 | 632 | 39 | 28 |
README.md
1# houdini: the world's worst containerizer 2 3Houdini is effectively a no-op Garden backend portable to esoteric platforms 4like Darwin and Windows. 5 6For a Linux Garden backend, please use [Garden 7Linux](https://github.com/cloudfoundry-incubator/garden-linux) instead. 8 9Houdini makes no attempt to isolate containers from each other. It puts them 10in a working directory, and hopes for the best. 11 12On Windows, it will at least use [Job 13Objects](https://msdn.microsoft.com/en-us/library/windows/desktop/ms684161%28v=vs.85%29.aspx) 14to ensure processes are fully cleaned up. On OS X, there are basically no 15good ways to do this, so it doesn't bother. 16