You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: