openSUSE / microos-toolbox

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

toolbox enter with custom images tries to mount non-existing directory #15

Closed thkukuk closed 3 years ago

thkukuk commented 3 years ago

@dfaggioli

localhost:~ # toolbox enter -R registry.opensuse.org -i opensuse/toolbox Spawning a container 'toolbox-root-user' with image 'opensuse/toolbox' Error: error checking path "/run/media/": stat /run/media/: no such file or directory /usr/bin/toolbox: failed to create container 'toolbox-root-user'

/run/media does not exist on SLE-Micro

localhost:~ # toolbox -R registry.opensuse.org -i opensuse/toolbox works fine.

thkukuk commented 3 years ago

On it