Jump to content

Docker


Ramon

Recommended Posts

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...