mirror of
https://github.com/budtmo/docker-android.git
synced 2026-06-11 21:01:51 +08:00
Disable the nested virtualization warning by default.
This commit is contained in:
parent
80e22c2b1c
commit
f570984135
@ -99,6 +99,8 @@ ENV LOG_PATH=${WORK_PATH}/logs \
|
||||
WEB_LOG_PORT=9000
|
||||
EXPOSE 9000
|
||||
RUN mkdir -p ${LOG_PATH}
|
||||
RUN mkdir -p "${WORK_PATH}/.config/Android Open Source Project" \
|
||||
&& echo "[General]\nshowNestedWarning=false\n" > "${WORK_PATH}/.config/Android Open Source Project/Emulator.conf"
|
||||
|
||||
#=========
|
||||
# Run App
|
||||
|
||||
Loading…
Reference in New Issue
Block a user