|
|
|
Need Help with Docker Implementation in MS Azure
|
|
1 points
by calpas
3113 days ago
|
|
Hello guys, 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. |
|
I’ve run Docker CE on azure vms on individual host, also customized ACS for swarm and they are both a PITA in their own ways.
Either way use terraform or ARM templates to provision where you can. Probably need the ARM templates for the newer container instance service since I doubt terraform is updated yet.