We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I am trying to create container with enroot tool. However, i have faced with problem of /bin/sh. Firstly, i run
enroot import docker://hello-world
for docker image importing, and the command works nice. Then i try to create container:
enroot create --name test_hello ./hello-world.sqsh
and everything is ok. However, when i try to run the container, the command:
enroot start test_hello
fails with error:
enroot-switchroot: failed to execute: /bin/sh: No such file or directory
What is more there is no /bin directory inside $HOME/.local/share/enroot/test_hello. SeLinux is disabled.
Any idea what the problem is ?
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Hello! I am trying to create container with enroot tool. However, i have faced with problem of /bin/sh. Firstly, i run
enroot import docker://hello-world
for docker image importing, and the command works nice. Then i try to create container:
enroot create --name test_hello ./hello-world.sqsh
and everything is ok. However, when i try to run the container, the command:
enroot start test_hello
fails with error:
enroot-switchroot: failed to execute: /bin/sh: No such file or directory
What is more there is no /bin directory inside $HOME/.local/share/enroot/test_hello. SeLinux is disabled.
Any idea what the problem is ?
The text was updated successfully, but these errors were encountered: