package hcsoci
import "github.com/Microsoft/hcsshim/internal/hcsoci"
Index ¶
Functions ¶
func ReleaseResources ¶
TODO: Method on the resources?
Types ¶
type Resources ¶
type Resources struct {
// contains filtered or unexported fields
}
Resources is the structure returned as part of creating a container. It holds nothing useful to clients, hence everything is lowercased. A client would use it in a call to ReleaseResource to ensure everything is cleaned up when a container exits.
func (*Resources) NetNS ¶
NetNS returns the network namespace for the container
Source Files ¶
- Version
- v0.7.12
- Published
- Oct 15, 2018
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 2 minutes ago –
Tools for package owners.