-
Notifications
You must be signed in to change notification settings - Fork 7
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
OCI runtime error #1
Comments
Hi @rebelalliance11, thank you to have reported this issue. This problem is happening because the syntax at readme is invalid. Try it: docker run --privileged -v /dev/kvm:/dev/kvm --rm niltonvasques/android-emulator:1.3 bash -c "start_emulator && wait_emulator && unlock_emulator" |
niltonvasques
added a commit
that referenced
this issue
Oct 30, 2017
* Change the download step of android sdk to android tools only (most recent) * Add libqt5widgets5 to the list of install dependencies for emulator * Change the emulator image to one with google api (#1) * Update android tools zip and use new commands (#2) - Update build-tools, plataform, repositories, etc. * Change used emulator binary from 64-x86 to normal (#3) - Add emulator folder path to PATH env var. * Fix image emulator dependencies and some improves. (#4) - Change from ubuntu:16.04 to debian:jessie base image. - Change from openjdk8 to java8 - Fix Qt emulator dependency start failure copying all internal qt libs to system qt folder. * Improve wait-for-emulator script and fix emulator resolution (#5)
niltonvasques
pushed a commit
that referenced
this issue
Jan 19, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
When I run the "docker run" command that you provided, I get an oci runtime error like follow:
starting container process caused "exec:\" bash\": executable file not found in $PATH"\n" .
What might be wrong?
The text was updated successfully, but these errors were encountered: