Switch runc to v3
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
7a2d801d62
commit
e03bf32b86
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user