mirror of
https://github.com/HQarroum/docker-android.git
synced 2026-07-15 06:47:07 +02:00
fix: keys and variables
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ RUN mkdir /root/.android/ && \
|
|||||||
mkdir /data
|
mkdir /data
|
||||||
|
|
||||||
# Exporting ADB keys.
|
# Exporting ADB keys.
|
||||||
#COPY keys/* /root/.android/
|
COPY keys/* /root/.android/
|
||||||
|
|
||||||
# The following layers will download the Android command-line tools
|
# The following layers will download the Android command-line tools
|
||||||
# to install the Android SDK, emulator and system images.
|
# to install the Android SDK, emulator and system images.
|
||||||
|
|||||||
+1
-1
@@ -67,7 +67,7 @@ RUN mkdir /root/.android/ && \
|
|||||||
mkdir /data
|
mkdir /data
|
||||||
|
|
||||||
# Exporting ADB keys.
|
# Exporting ADB keys.
|
||||||
#COPY keys/* /root/.android/
|
COPY keys/* /root/.android/
|
||||||
|
|
||||||
# The following layers will download the Android command-line tools
|
# The following layers will download the Android command-line tools
|
||||||
# to install the Android SDK, emulator and system images.
|
# to install the Android SDK, emulator and system images.
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ docker build \
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
## Default variables
|
#### Default variables
|
||||||
|
|
||||||
#### Disable animation
|
#### Disable animation
|
||||||
DISABLE_ANIMATION=false
|
DISABLE_ANIMATION=false
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ wait_for_boot &
|
|||||||
# Start the emulator with no audio, no GUI, and no snapshots.
|
# Start the emulator with no audio, no GUI, and no snapshots.
|
||||||
echo "Starting the emulator ..."
|
echo "Starting the emulator ..."
|
||||||
echo "OPTIONS:"
|
echo "OPTIONS:"
|
||||||
echo "ADB AUTH - $OPT_SKIP_AUTH"
|
echo "SKIP ADB AUTH - $OPT_SKIP_AUTH"
|
||||||
echo "GPU - $GPU_MODE"
|
echo "GPU - $GPU_MODE"
|
||||||
echo "MEMORY - $OPT_MEMORY"
|
echo "MEMORY - $OPT_MEMORY"
|
||||||
echo "CORES - $OPT_CORES"
|
echo "CORES - $OPT_CORES"
|
||||||
|
|||||||
Reference in New Issue
Block a user