Docker keeps not responding

I’m currently running 2.2.0.0 and also tried 2.2.1.0 with the same issue.

I’ve got docker set running a number of containers including…
Sabnzbd
Couchpotato
Sonar
Portainer

This has been working perfectly since the new year.

over the last week however i’ve had quite a few instances where i#ve not been able to connect to any of the containers until I go onto the server and restart Docker.

Looking at the logs i’m getting alot of these warnings.

[16:13:38.871][GoBackendProcess ][Warning] time=“2020-02-21T16:13:38Z” msg=“unable to inject event On:Dir Action:ChangeAttributes Path:“D:” Path:“Media” Path:“Music” InjectFilesystemEvent:true InvalidateCache:true for 4m40.0003288s”
[16:13:48.872][GoBackendProcess ][Warning] time=“2020-02-21T16:13:48Z” msg=“unable to inject event On:Dir Action:ChangeAttributes Path:“D:” Path:“Media” Path:“Music” InjectFilesystemEvent:true InvalidateCache:true for 4m50.0013284s”
[16:13:58.872][GoBackendProcess ][Warning] time=“2020-02-21T16:13:58Z” msg=“unable to inject event On:Dir Action:ChangeAttributes Path:“D:” Path:“Media” Path:“Music” InjectFilesystemEvent:true InvalidateCache:true for 5m0.0003278s”

and

[10:13:54.160][GoBackendProcess ][Warning] time=“2020-02-21T10:13:54Z” msg=“unable to inject event On:File Action:ChangeAttributes Path:“E:” Path:“DockerPrograms” Path:“Sonar” Path:“config” Path:“logs” Path:“sonarr.txt” InjectFilesystemEvent:true InvalidateCache:true for 23m40.0006678s”
[10:14:04.160][GoBackendProcess ][Warning] time=“2020-02-21T10:14:04Z” msg=“unable to inject event On:File Action:ChangeAttributes Path:“E:” Path:“DockerPrograms” Path:“Sonar” Path:“config” Path:“logs” Path:“sonarr.txt” InjectFilesystemEvent:true InvalidateCache:true for 23m50.0006677s”
[10:14:14.161][GoBackendProcess ][Warning] time=“2020-02-21T10:14:14Z” msg=“unable to inject event On:File Action:ChangeAttributes Path:“E:” Path:“DockerPrograms” Path:“Sonar” Path:“config” Path:“logs” Path:“sonarr.txt” InjectFilesystemEvent:true InvalidateCache:true for 24m0.0006679s”

the folder paths its pointing to are all there.

Any idea as to what’s going on?

Starting to get to the stage where i’m just going to drop docker and install the apps separately again on windows.

[/quote]

The warnings in your Docker logs indicate issues injecting filesystem events on specific paths, possibly leading to unresponsiveness. Check for file system errors, disk space, and ensure Docker permissions. Consider upgrading Docker and monitoring system resources. If issues persist, reinstalling applications separately on Windows may be a workaround.