-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
What is the problem you're trying to solve
Hi! I've always found containerd useful.
I'm building my own oci-container runtime that works with containerd, and I had a lot of trouble with console-socket. I ended up reading and understanding the code of runc, crun and containerd. Is there any documentation about this somewhere? If not I'd be happy to help.
Describe the solution you'd like
If there is a document somewhere that summarizes the unique arguments to be passed to the oci container runtime, it is a good idea to describe them in that document.
Additional context
| func (c *Socket) ReceiveMaster() (console.Console, error) { |