Recent Posts
View allSetting up the OCI Runtime Spec test suite
In the seventh part of the series we set up a virtual environment and configure the OCI Runtime Spec test suite to test our runtime's support for the OCI Runtime CLI.
Sending signals to a running container using 'kill'
In the sixth part of the series we learn how to send signals to a running container using the 'kill' operation.
Executing container runtime lifecycle hooks
In the fifth part of the series we handle the execution of hooks according to the phase of the container lifecycle.
Initialising a container and starting the user process
In the fourth part of the series we learn about fork/exec and IPC over Unix domain sockets to initialise the container then run the user-defined process.