Finish port of shim package
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
0f33efb1f7
commit
c76f883ccd
5 changed files with 424 additions and 90 deletions
|
@ -126,6 +126,11 @@ func (c *Container) Path() string {
|
|||
return c.path
|
||||
}
|
||||
|
||||
// Spec returns the OCI runtime spec for the container
|
||||
func (c *Container) Spec() *specs.Spec {
|
||||
return c.s
|
||||
}
|
||||
|
||||
// Create will create the container on the system by running the runtime's
|
||||
// initial setup and process waiting for the user process to be started
|
||||
func (c *Container) Create() error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue