related issue: https://github.com/anbox/anbox/issues/584
Running Anbox or Android inside docker doesn't make sense as docker is a single process focused containerization technology. Something like LXD is more suitable for this.
Docker isn't just about single service runtimes, one of the biggest use cases of docker is for repeatable environments for CI use.
Having anbox in a docker image ready to be automatically started cleanly would be amazing for CI use in unit testing Android apps quickly and reliable.
Running Anbox or Android inside docker doesn't make sense as docker is a single process focused containerization technology. Something like LXD is more suitable for this.
mmhh that is really sad...
Most helpful comment
Docker isn't just about single service runtimes, one of the biggest use cases of docker is for repeatable environments for CI use.
Having anbox in a docker image ready to be automatically started cleanly would be amazing for CI use in unit testing Android apps quickly and reliable.