I noticed that after the container is stopped/killed/removed the mount point is made unusable and the next time you start the container it will fail. I have to sudo umount the mount from my host in order to have things work again.
As far as I can tell this is because the traps are not working in the entrypoint script. I've been playing around but unable to get the trap function to ever become executed.
I noticed that after the container is stopped/killed/removed the mount point is made unusable and the next time you start the container it will fail. I have to
sudo umountthe mount from my host in order to have things work again.As far as I can tell this is because the traps are not working in the entrypoint script. I've been playing around but unable to get the trap function to ever become executed.