indigo-dc / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
https://indigo-dc.github.io/udocker/
Apache License 2.0
1.32k stars 133 forks source link

Remove mount point when exists #399

Closed jprmachado closed 7 months ago

jprmachado commented 10 months ago

When a mountpoint is present the function to remove it in RuncEngine seems that will not work as intended _del_mount_spec

When the mount point is in the index 0 it will not be deleted, any other index works as intended

jprmachado commented 7 months ago

fixed #406