Closed dfaggioli closed 4 years ago
I am hitting this behavior: https://github.com/containers/libpod/issues/4900
Basically, I can't re-enter a toolbox if the host device layout has changed. E.g., if I have a different set of USB device connected wrt when the toolbox container was created.
I've tried adding "-v /dev:/dev:rslave"
But I'm not seeing this:
Which, to me, looks like this: https://github.com/containers/crun/issues/150
Ideas?
With the merge of https://github.com/kubic-project/microos-toolbox/pull/4 , this now works. So we can close this issue, I think.
I am hitting this behavior: https://github.com/containers/libpod/issues/4900
Basically, I can't re-enter a toolbox if the host device layout has changed. E.g., if I have a different set of USB device connected wrt when the toolbox container was created.
I've tried adding "-v /dev:/dev:rslave"
But I'm not seeing this:
Which, to me, looks like this: https://github.com/containers/crun/issues/150
Ideas?