0

I'm trying to access ADB from Docker images running on a Ubuntu host machine, but it doesn't work. Is it possible to access an ADB device through Docker?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Amit Sharma
  • 1,987
  • 2
  • 18
  • 29

1 Answers1

0

You need a proper network setup. Running Docker with --network host is the easiest, but the least safe way.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
lojza
  • 1,823
  • 2
  • 13
  • 23