crun icon indicating copy to clipboard operation
crun copied to clipboard

src/libcrun: fix handling of device paths with trailing slashes

Open sohankunkerkar opened this issue 1 year ago • 5 comments
trafficstars

This change handles device paths with trailing slashes correctly. It address the following issue when we use crun as the default container runtime:

Error: container create failed: mknod `/mnt/`: No such file or directory .

sohankunkerkar avatar Aug 12 '24 16:08 sohankunkerkar