Asterisk in Docker: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
'''I am not currently running Asterisk in Docker because of the issue with supporting 10000 RTP ports.''' | '''I am not currently running Asterisk in Docker because of the issue with supporting 10000 RTP ports.''' | ||
I do keep MySQL (MariaDB actually) in a Docker container. | |||
I started with this now outdated description, http://areskibelaid.com/asterisk-on-docker/ -- consider this an update. | I started with this now outdated description, http://areskibelaid.com/asterisk-on-docker/ -- consider this an update. |
Revision as of 22:30, 17 March 2018
Read the Docker page if you don't know what Docker is.
I am not currently running Asterisk in Docker because of the issue with supporting 10000 RTP ports.
I do keep MySQL (MariaDB actually) in a Docker container.
I started with this now outdated description, http://areskibelaid.com/asterisk-on-docker/ -- consider this an update.
I note also that there are many Docker Asterisk images on the hub but none suitable for me.
docker pull debian docker run -i -t debian /bin/bash