I followed this runc tutorial and then sought to replicate it on my own machine.
The final command is 'sudo runc start' when in a directory with a config.json and rootfs directory.
Works fine in the tutorial, however on my machine I get the error runc: "start" requires a minimum of 1 argument
Anyone know how to resolve?