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?
I'd like to issue
runc runwithout relying on CWD, and be able to nameconfig.jsonsomething completely else.Something like
runc run --spec /some/path/mycontainer.json. It seems right now I can dorunc run -b /mycontainer/but the spec file will have to be/mycontainer/config.json.Am I missing anything?