Make separate nsinit pkg for a dockerinit like init
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
81d2c67492
commit
b0cdb601b9
7 changed files with 285 additions and 307 deletions
|
@ -11,6 +11,8 @@ type Container struct {
|
|||
WorkingDir string `json:"working_dir,omitempty"`
|
||||
Namespaces Namespaces `json:"namespaces,omitempty"`
|
||||
Capabilities Capabilities `json:"capabilities,omitempty"`
|
||||
Master uintptr `json:"master"`
|
||||
Console string `json:"console"`
|
||||
}
|
||||
|
||||
type Command struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue