openSUSE / microos-toolbox

Script to run a toolbox container on openSUSE MicroOS
Apache License 2.0
54 stars 15 forks source link

Can't enter toolbox any longer if changes in host's /dev #3

Closed dfaggioli closed 4 years ago

dfaggioli commented 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?

dfaggioli commented 4 years ago

With the merge of https://github.com/kubic-project/microos-toolbox/pull/4 , this now works. So we can close this issue, I think.