Martin Treide-Heuser
Martin Treide-Heuser
Just comment the volumes out: ``` VOLUME ["/var/lib/mysql", "/usr/lib/zabbix/alertscripts", "/usr/lib/zabbix/externalscripts", "/etc/zabbix/zabbix_agentd.d"] ``` change to ``` #VOLUME ["/var/lib/mysql", "/usr/lib/zabbix/alertscripts", "/usr/lib/zabbix/externalscripts", "/etc/zabbix/zabbix_agentd.d"] ``` The usage of "volumes" causing the database is stored...
Seems to be an ubuntu networkmananger issue
Nope. I started a new instance on a fresh ubuntu and let it run for 21 hours. The next day i stopped it and couldn't start it anymore.
Reproduced: started a new instance, set up a cron to stop/start it every 5 minutes and after a half an hour it doesn't start anymore
Hey @berngp. Thanks for the response. I tested with ubuntu 14.10 and debian 7 with docker taken from repository (I think 1.2). Unfortunately you cannot get inside if it doesn't...
I've testet this only with 1.12.3 because i startet into Docker with this version.
This is not really needed. As long as one container exists the data is hold safely... Just use a xtrabackup job to save data externally. Or just install a swarm...