Switch runc to v3

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2023-10-13 10:56:50 -07:00
parent 7a2d801d62
commit e03bf32b86
No known key found for this signature in database

View File

@ -120,7 +120,7 @@ func (m manager) Name() string {
func (manager) Start(ctx context.Context, id string, opts shim.StartOpts) (_ shim.BootstrapParams, retErr error) { func (manager) Start(ctx context.Context, id string, opts shim.StartOpts) (_ shim.BootstrapParams, retErr error) {
var params shim.BootstrapParams var params shim.BootstrapParams
params.Version = 2 params.Version = 3
params.Protocol = "ttrpc" params.Protocol = "ttrpc"
cmd, err := newCommand(ctx, id, opts.Address, opts.TTRPCAddress, opts.Debug) cmd, err := newCommand(ctx, id, opts.Address, opts.TTRPCAddress, opts.Debug)