b14bae4869
We need to be able pass both the bundle path and the pid file paths to conmon from ocid. The former is mandatory when creating an OCI container: https://github.com/opencontainers/runtime-spec/blob/master/runtime.md#create And it makes sense to provide a full path for the latter as the current hardcoded relative path may lead to errors if e.g. the runtime chdir() before creating the PID file. In both cases we try to create default reasonable values when they are left empty by the caller. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |
||
---|---|---|
.. | ||
conmon.c | ||
Makefile |