Ramon Posted April 22, 2023 Report Share Posted April 22, 2023 Hello. I notice that there used to be an official Vodia Docker image, but that it hasn't been updated in 4 years. Does anyone know if that's because Vodia doesn't work well as a Docker image? Or simply that no one wanted to maintain it? I'm working on my Linux skills, and I'm learning Docker. I want to play with setting up Vodia in a Docker image for educational purposes if nothing else. However, if it doesn't work well, I'll find another project. Thanks! Quote Link to comment Share on other sites More sharing options...
Vodia PBX Posted April 25, 2023 Report Share Posted April 25, 2023 There is no big point in using docker. If you want convenience, you might want to look into the EC2 image on the AWS market place. But if you want to spend one minute on the Linux command shell, just use the install.sh shell script. For docker the PBX is a "unusual" service. A typical docker container will just open one or two TCP server ports. However the PBX will open thousands of UDP ports, which requires a relatively large number of networking resources on the docker system. Because of this, it's easier to use a virtual machine or even a bare bone instead of a docker container. Quote Link to comment Share on other sites More sharing options...
Ramon Posted April 25, 2023 Author Report Share Posted April 25, 2023 Thanks for the response. I have Vodia running happily on a Digital Ocean droplet with a backup server. I'm playing around and learning Linux and figuring out what I can do. Cheers. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.