# AinD - Android in Docker

> Clean Markdown view of GeekNews topic #1876. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1876](https://news.hada.io/topic?id=1876)
- GeekNews Markdown: [https://news.hada.io/topic/1876.md](https://news.hada.io/topic/1876.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-12T12:05:59+09:00
- Updated: 2020-04-12T12:05:59+09:00
- Original source: [github.com](https://github.com/aind-containers/aind)
- Points: 5
- Comments: 1

## Topic Body

Android OS(Anbox 이용) 를 Docker화해서 안드로이드 앱을 실행

VM으로 동작되는 Kubedroid,docker-android 등과 달리 직접 OS를 실행해서 중첩가상화(Netsted Virtualization) 없이 IaaS에서 사용가능

## Comments



### Comment 1576

- Author: xguru
- Created: 2020-04-12T12:06:10+09:00
- Points: 1

Anbox 는 Anbox Cloud https://anbox-cloud.io/ 라는 별도 솔루션이 있습니다. ( 유료 )

AWS EC2 는 베어메탈 인스턴스 말고는 Netsted Virtualization 지원 안해서, 클라우드에서 쓴다면 적합해 보이긴 합니다.

로컬에서 앱이나 웹사이트 테스트용으로 쓸때는 https://github.com/budtmo/docker-android 가 잘 정리되어있는데

Docker-Android 쪽 코드랑 AinD 코드가 합쳐지면 좋긴 하겠네요.
