Convertigo MBaaS server is available on Docker HUB so you can install you own Convertigo server in a few clicks/commands
Docker is an open-source project that automates the deployment of applications inside software containers, by providing an additional layer of abstraction and automation of operating-system-level virtualization on Linux. Docker uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable filesystem such as aufs and others to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines.
More information on Docker can be found here: https://www.docker.com
You can install Docker on your Linux or Windows system by following this documentation
Of course, you can use Docker port mapping to map the listening port to the ports of your choice. Once installed and running you will be able to add license keys to have a legal production Convertigo Server running
The image is on Docker hub: https://hub.docker.com/r/convertigo/convertigo
In conclusion, we see here that Convertigo Servers can be deployed very easily using Docker technology. This is very interesting for POCs and even for production. Convertigo is also available as Cloud AWS images and Azure images.
We hope you enjoyed this article and see you on the forum to share with us your feedbacks.