budtmo / docker-android

Android in docker solution with noVNC supported and video recording
Other
9.55k stars 1.27k forks source link

[🐛 Bug ]: Not possible to supply additional args that have space #430

Open muvaf opened 4 months ago

muvaf commented 4 months ago

Operating System

Ubuntu 22.04

Docker Image

budtmo/docker-android:emulator_14.0_v2.5.1-p0

Expected behaviour

I'm trying to provide -turncfg flag which is command such as -turncfg "cat /tmp/turn.cfg" as documented here.

Actual behaviour

The image fails with unknown flag /tmp/turn.cfg because all args are split by space character here, hence it's not possible to provide an argument with space without making the command think it's a separate argument.

Logs

No response