I want to run zabbix inside Docker and there are images for MySQL, Nginx and zabbix server ready to go.
I know that to keep the containers stateless I need to map a volume on the host to the container. I know that for MySQL the important container volume to map is
/var/lib/mysql
But what are important parts of zabbix to backup so that the container can stay truest stateless?
From what I can tell it seems to be all the directories under /var/lib/zabbix.
I know that to keep the containers stateless I need to map a volume on the host to the container. I know that for MySQL the important container volume to map is
/var/lib/mysql
But what are important parts of zabbix to backup so that the container can stay truest stateless?
From what I can tell it seems to be all the directories under /var/lib/zabbix.