Replies: 1 comment 1 reply
-
I have not used the docker-android project but assuming this is a wrapper for running android emulator inside docker and you have bumble running on the host outside docker - that should work as long as proper port forwarding is setup from the docker container to host. You can also utilize the "NETSIM_GRPC_PORT" environment variable to set a specific port to use. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone tried exposing the netsim port over the docker-android project ?
https://github.com/budtmo/docker-android/blob/master/docker/emulator
I am trying to integrate bumble with android emulator over CI/CD
Beta Was this translation helpful? Give feedback.
All reactions