1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2025-06-07 07:56:25 +00:00

README: Add macOS warning

* Warn about macOS performance and suggest workaround
* Closes #20 #19
This commit is contained in:
Kyle Manna 2017-01-09 13:34:06 -08:00
parent edfe0db562
commit 48da94bd4b

View File

@ -72,6 +72,15 @@ The `aosp` wrapper doesn't work well with setting up environments, but with
some bash magic, this can be side stepped with short little scripts. See
`tests/build-nougat.sh` for an example of a complete fetch and build of AOSP.
Issues
------
There are some known issues with using Docker Toolbox on macOS and current
virtualization technologies resulting in unusual user ID assignments and very
poor performing virtualization file sharing implementations with things like
VirtualBox. It's recommended to run this image completely in a virtual machine
with enough space to fit the entire build (80GB+) as opposed to mapping the
build to the local macOS file system via VirtualBox or similar.
Tested
------