Getting Current OCI Base Runtime Specification
To get the current OCI base runtime specification, you can use the following command (yq -P .
is used to pretty-print the output):
containerd
) version.
Adjusting OCI Base Runtime Specification
To adjust the OCI base runtime specification, the following machine configuration patch can be used:baseRuntimeSpecOverrides
field are merged with the current base runtime specification, so only the fields that need to be adjusted should be included.
This configuration change will be applied with a machine reboot, and OCI base runtime specification will only affect new containers created after the change on the node.