Skip to content

use runsc shim at ateom-gvisor #255

Description

@milantracy

ateom-gvisor at cmd/ateom-gvisor currently starts sandbox using runsc (an OCI compatible runtime) directly, I would like to move substrate to use runsc shim.

we can potentially get benefits on lifecycle management by doing the migration, The shim daemon manages runsc child processes (sandbox, gofer) and reaps them automatically. Right now ateom does this itself with go-reap and reapLock coordination around every exec.Command.

And we can introduce a runtime-agnostic interface that we can introduce to manage other runtime as well, for example, #123

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions