Creating permanent sandbox namespace
This commit contains changes to create/delete permanent namespace for a sandbox container. Signed-off-by: Abhinandan Prativadi <abhi@docker.com>
This commit is contained in:
@@ -31,7 +31,8 @@ type Sandbox struct {
|
||||
Metadata
|
||||
// Containerd sandbox container
|
||||
Container containerd.Container
|
||||
// TODO(random-liu): Add cni network namespace client.
|
||||
// CNI network namespace client
|
||||
NetNS *NetNS
|
||||
}
|
||||
|
||||
// Store stores all sandboxes.
|
||||
|
Reference in New Issue
Block a user