containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

kata_agent: Constraint the OCI spec #559

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

Passing the whole OCI spec provided through the config.json will not work because not everything will apply properly. Indeed, we are in a virtualized context, meaning that we have to limit what we provide to the agent. Here is a list of things to do: