I'd like to issue runc run without relying on CWD, and be able to name config.json something completely else.
Something like runc run --spec /some/path/mycontainer.json . It seems right now I can do runc run -b /mycontainer/ but the spec file will have to be /mycontainer/config.json.
Am I missing anything?