mirror of
https://github.com/kylemanna/docker-aosp
synced 2025-06-07 07:56:25 +00:00
10 lines
180 B
YAML
10 lines
180 B
YAML
version: "2"
|
|
|
|
services:
|
|
aosp:
|
|
image: kylemanna/aosp:6.0-marshmallow
|
|
volumes:
|
|
- ~/aosp/ccache:/tmp/ccache
|
|
- ~/aosp:/aosp
|
|
- ~/.gitconfig:/root/.gitconfig
|