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
I'm looking to use this container image for more "permanent" docker-based android VMs, I can see i can do that by doing the following;
docker run
/root/.android/avd
/usr/bin/supervisord
docker-compose run android /entrypoint.sh pause
docker-compose up -d
is it possible to split this into;
docker-compose run android create
/create
Either that, or auto-detect and skip when the AVD has already been created.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm looking to use this container image for more "permanent" docker-based android VMs, I can see i can do that by doing the following;
docker run
command into composer command/root/.android/avd
to somewhere/usr/bin/supervisord
docker-compose run android /entrypoint.sh pause
to let the avd manager create a VMdocker-compose up -d
to let the VM runis it possible to split this into;
docker-compose run android create
to run internal/create
(or similar) script that makes the avddocker-compose up -d
to let android vm runEither that, or auto-detect and skip when the AVD has already been created.
The text was updated successfully, but these errors were encountered: