This website requires JavaScript.
Explore
Help
Sign In
jasder
/
runc
Watch
1
Star
0
Fork
You've already forked runc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
59eb58b640
runc
/
.gitignore
3 lines
22 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add binary target to direct install in a container This add `make binary` to perform direct install libcontainer binaries inside dockercore/libcontainer container instead of having to install dependencies and run `make direct-install` on the host. The `nsinit` binary will be placed into `bundles/nsinit`, and we ignore the bundles directory from git. Signed-off-by: Daniel, Dao Quang Minh <dqminh89@gmail.com>
2015-03-28 15:32:03 +08:00
bundles
Remove Wait() on container interface Since we return the pid for the started process we do not need this method on the interface. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-02-04 02:50:18 +08:00
nsinit/nsinit