Inactive: Now that Docker includes docker exec
, I'm no longer actively packaging nsinit
Build script and container for nsinit. I didn't write nsinit, the fine folks who contribute to the libcontainer project did. I just wrote these couple commands to build nsinit out of their repo for my use.
Run make
. To start a shell in the build environment for manual actions, run make manual
.
The nsinit code is released under the Apache License. See the bundled ./build/LICENSE
file for details.
The Dockerfile and Makefile are released under the MIT License. See the bundled LICENSE file for details.