• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ci/H28-Jan-2019-4930

cmd/houdini/H28-Jan-2019-9977

process/H28-Jan-2019-729549

ptyutil/H28-Jan-2019-7757

win32/H28-Jan-2019-722626

.gitignoreH A D28-Jan-201945 65

LICENSE.mdH A D28-Jan-201911.1 KiB202169

MakefileH A D28-Jan-2019308 1711

README.mdH A D28-Jan-2019643 1611

backend.goH A D28-Jan-20193.5 KiB176131

container.goH A D28-Jan-20195.9 KiB279208

container_linux.goH A D28-Jan-20193.9 KiB189144

container_stub.goH A D28-Jan-20191.5 KiB5943

container_test.goH A D28-Jan-20193.3 KiB153133

go.modH A D28-Jan-2019706 1715

go.sumH A D28-Jan-20194.4 KiB4746

houdini_suite_test.goH A D28-Jan-2019632 3928

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