From e99fdb5d76e6e96cdb2cee430f1d58d9781bc3ae Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 13 Apr 2020 20:03:00 +0200 Subject: [PATCH] Add Android in Containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73d6e50..80084f7 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) ### Runtime +- [aind](https://github.com/aind-containers/aind) - AinD launches Android apps in Docker, by nesting Anbox containers inside Docker by [@aind-containers](https://github.com/aind-containers) - [cri-o](https://github.com/cri-o/cri-o) - Open Container Initiative-based implementation of Kubernetes Container Runtime Interface by [cri-o](https://github.com/cri-o) - [lxc](https://github.com/lxc/lxc) - LXC - Linux Containers - [podman](https://github.com/containers/libpod) - libpod is a library used to create container pods. Home of Podman by [@containers][containers]