I’ve recently installed docker in my VPS (Debian). The docker currently have 2 running containers : Node.Js app and MySQL.
Today I got an error message from my app saying that there’s no free space in /var.
Running ls -lSh /var/log
gives :
-rw-r----- 1 root adm 23G Aug 8 13:01 syslog.1
-rw-r----- 1 root adm 23G Aug 8 13:01 daemon.log.1
And running tail -f /var/log/syslog.1
gives a repeating messages:
Aug 8 12:41:30 vmi1856487 dockerd[542]: time="2024-08-08T12:41:30.156088825+02:00" level=info msg="Waiting for containerd to be ready to restart event processing" module=libcontainerd namespace=moby
Aug 8 12:41:30 vmi1856487 dockerd[542]: time="2024-08-08T12:41:30.156332291+02:00" level=error msg="Failed to get event" error="rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: PROTOCOL_ERROR" module=libcontainerd namespace=moby
I’ve tried doing some research on how to fix this error but no luck.
Can anyone help me how to fix this error or should I reinstall docker ?
Manda Ravalison is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.