Ethorbit / nzc-docker

nZC game community's Dockerized server infrastructure
GNU General Public License v3.0
1 stars 0 forks source link

(Possible bug) syslog preventing container startup after reboot #7

Open Ethorbit opened 8 months ago

Ethorbit commented 8 months ago

Some containers such as sshd seem to exit with error code 128, Error response from daemon: Failed to initialize logging driver and they won't even bother to restart despite restart=always.

After going back to a single rsyslog container, this issue does not seem to occur.

If the issue returns, Autoheal should be forked and code should be added to restart any container that exits for the reason above.

Ethorbit commented 8 months ago

Related moby/moby/issues/21966