-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Potentially backwards incompatible changes since v0.2.0: ccon: * Replace block_forever with exit(0). * Shift namespace-path and host-executable file-opens to before the clone. Backwards compatible changes since v0.2.0: ccon: * Set parent death signal to SIGKILL. * Add a --config-string option so you don't need pipes or process substitution to pass a config string into ccon. * Added more config validation, although coverage is still not complete. * Assorted bug fixes. README: * Lots of typo fixes. wrappers (with examples): * ccon-oci: Add a wrapper for formal OCI compliance (currently just the namespace features, not the resource limits). * ccon-ced: A create/exec/delete wrapper around ccon.
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "0.1.0", | ||
"version": "0.3.0", | ||
"namespaces": { | ||
"mount": {}, | ||
"ipc": {}, | ||
|