comparison service/playSound/serv.n3 @ 1469:94f14a0823c6

try using tcp to talk to host pulse Ignore-this: 330703f97be6f3e3490d0d1fb1c8f90f darcs-hash:40ee150e0987ebfb6c2d09fe6358e28b6273a04c
author drewp <drewp@bigasterisk.com>
date Sat, 21 Dec 2019 16:01:25 -0800
parents 667794accec2
children b27a4652cd84
comparison
equal deleted inserted replaced
1468:32f12665a620 1469:94f14a0823c6
12 "--net=host"); 12 "--net=host");
13 :localDockerFlags ( 13 :localDockerFlags (
14 "--cap-add" "SYS_PTRACE" 14 "--cap-add" "SYS_PTRACE"
15 #"--mount type=bind,source=/etc/pulse,target=/etc/pulse" 15 #"--mount type=bind,source=/etc/pulse,target=/etc/pulse"
16 "--mount" "type=tmpfs,destination=/tmp,tmpfs-size=52428800" 16 "--mount" "type=tmpfs,destination=/tmp,tmpfs-size=52428800"
17 "--mount" "type=bind,source=/run/user/501/pulse,target=/run/user/501/pulse" 17 "--mount" "type=bind,source=/home/drewp/.config/pulse/cookie,target=/home/pulseuser/.config/pulse/cookie"
18 ); 18 );
19 :localRunCmdline ( 19 :localRunCmdline (
20 # "./run.sh"
20 # "strace" "-ftts" "999" 21 # "strace" "-ftts" "999"
21 "python3" "playSound.py" "-v"); 22 "python3" "playSound.py" "-v"
23 );
22 :dockerFile "Dockerfile" 24 :dockerFile "Dockerfile"
23 . 25 .
24 26