Skip to content
New issue

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

Enroot error with /bin/bash #217

Open
Tanya1515 opened this issue Nov 2, 2024 · 1 comment
Open

Enroot error with /bin/bash #217

Tanya1515 opened this issue Nov 2, 2024 · 1 comment

Comments

@Tanya1515
Copy link

Tanya1515 commented Nov 2, 2024

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 ?

@flx42
Copy link
Member

flx42 commented Nov 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants