Add cimfs differ and snapshotter
Details about CimFs project are discussed in #8346 Signed-off-by: Amit Barve <ambarve@microsoft.com>
This commit is contained in:
4
vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/runhcs_pause.go
generated
vendored
4
vendor/github.com/Microsoft/hcsshim/pkg/go-runhcs/runhcs_pause.go
generated
vendored
@@ -7,6 +7,6 @@ import (
|
||||
)
|
||||
|
||||
// Pause suspends all processes inside the container.
|
||||
func (r *Runhcs) Pause(context context.Context, id string) error {
|
||||
return r.runOrError(r.command(context, "pause", id))
|
||||
func (r *Runhcs) Pause(ctx context.Context, id string) error {
|
||||
return r.runOrError(r.command(ctx, "pause", id))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user