I need your assistance with Docker. I currently have two Azure VMs (both Ubuntu 16.04) for Zabbix (Enterprise server monitoring) and Snipe-IT (Asset Management). Now the requirement is to replace these two machines with Docker.
How would you implement this? It should run in Azure. Would you make a VM and run two containers (Zabbix and Snipe-IT) and a container for MySQL? Or would you implement it via Docker CE for Azure?
Where are the differences and what is the most cost effective in the end? A swarm is not desired, it should not be too mega complicated.
I look forward to your suggestions.