Skip to content

Skip creation of existing files when mounting from the host

Evan Lezar requested to merge var-run into main

This change skips the creation of a file if it already exists. This may be the case, for example, if the folder containing the file on the host is mounted as part of the docker command line.

See for example:

Signed-off-by: Evan Lezar elezar@nvidia.com

Merge request reports