-
Notifications
You must be signed in to change notification settings - Fork 66
Problem to re run a container after a few commits #25
Comments
I cannot even start container after few stops - not sure why it fails, every time I start it looks like it's started but exits immediately. Every time only that monit daemon awakened message gets appended after starting container. ... |
i have the same issue described by opensourcegeek above. |
I have the problem too. |
I have the same issue coreos1 upper # docker logs -f zabbix To start mysqld at boot time you have to copy PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! /usr/bin/mysqladmin -u root password 'new-password' Alternatively you can run: which will also give you the option of removing the test See the manual for more instructions. You can start the MySQL daemon with: You can test the MySQL daemon with mysql-test-run.pl Please report any problems with the /usr/bin/mysqlbug script! [ OK ] |
Facing the same issue, any workarounds or solutions so far ? |
@owlmsj @opensourcegeek @kwetiaw @fuchu @xianxian0703
to get the shell, and |
@yangguang760 Cool - I've been using docker.io/zabbix/zabbix-2.4, but looks like this image isn't available anymore. An alternative seems to be https://hub.docker.com/r/monitoringartist/zabbix-2.4/, I haven't used that though. |
@yangguang760 docker run -it --name zabbix berngp/docker-zabbix "shell" unable to run ,how to solve? |
I'm trying to simply re run a commited image (cmd: "docker run -d -P --name zabbix "),
and the container log this message right before it dies:
Tips? Please help!
The text was updated successfully, but these errors were encountered: