-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[🐛 Bug ]: docker-android device start ... error #373
Comments
Well, it's my misconfig at my end. |
@pnthai88 Have you found the issue? If yes, can you share your solution? |
i bought the pro version for $30 (affordable and suitable during the software development phase) and will buy the higher priced pro version when the project is complete and profitable |
+1 |
@pnthai88, are you saying that with the pro version you're able to run / stop / start a container, and the emulator comes up reliably each time? As far as you know, is this an feature the pro version provides, but the free one does not? |
its problem from there docker-android/cli/src/device/emulator.py Line 140 in 7064a9b
In first start installs rights for /dev/kvm and remove root user from system. after reboot container for /dev/kvm present old rights and no can use sudo by not exist root user. @budtmo Can you explain why this was done? And perhaps it is worth removing the deletion of the root user in the container? |
Operating System
Ubuntu 20.04
Docker Image
lastest
Expected behaviour
The first run is ok, everything work perfect as expected. But when i restart the container, the problem starting ...
I tried with the command by reading python code
i tried with other command directly from emulator in container
Actual behaviour
So, the container is unable to restart or shutdown, if we let it run after create with docker cli, it's all fine. To temporary solve this problem, i need to delete the container and start it again.
Logs
No response
The text was updated successfully, but these errors were encountered: