mirror of
https://github.com/HQarroum/docker-android.git
synced 2026-07-15 06:47:07 +02:00
add: support all variables
This commit is contained in:
@@ -142,15 +142,22 @@ docker build \
|
||||
```
|
||||
|
||||
### Variables
|
||||
## Default variables
|
||||
|
||||
#### Disable animation
|
||||
DISABLE_ANIMATION=false
|
||||
|
||||
#### Disable hidden policy
|
||||
DISABLE_HIDDEN_POLICY=true
|
||||
DISABLE_HIDDEN_POLICY=false
|
||||
|
||||
#### skip adb authentication
|
||||
SKIP_AUTH=false
|
||||
#### Skip adb authentication
|
||||
SKIP_AUTH=true
|
||||
|
||||
#### Memory for emulator
|
||||
MEMORY=8192
|
||||
|
||||
#### Cores for emulator
|
||||
CORES=4
|
||||
|
||||
### Mount an external drive in the container
|
||||
|
||||
|
||||
Reference in New Issue
Block a user