Use nsinit for setting up namespace
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
c2777d4611
commit
593219d191
4 changed files with 17 additions and 2 deletions
|
@ -13,6 +13,7 @@ type Container struct {
|
|||
Capabilities Capabilities `json:"capabilities,omitempty"`
|
||||
Master uintptr `json:"master"`
|
||||
Console string `json:"console"`
|
||||
LogFile string `json:"log_file"`
|
||||
}
|
||||
|
||||
type Command struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue