mlan / docker-asterisk

Docker image providing Asterisk PBX
https://hub.docker.com/r/mlan/asterisk
MIT License
182 stars 50 forks source link

make up return error #13

Closed fukemy closed 6 months ago

fukemy commented 6 months ago

Hi, I got this error when try to run make up, can you help?

Error response from daemon: path /mlan_asterisk/docker-asterisk/demo/pulse is mounted on / but it is not a shared mount
mlan commented 6 months ago

Hello @fukemy

Are you running the demo as root? If so you might try to share /

mount --make-shared /
systemctl daemon-reload

This is just a guess since I have not tested this. Perhaps it is better to run the demo as a non privileged user.