Synology reports unexpected behaviour #917
-
Hi all, I'm guessing this is more of a Synology issue than this script but will raise it for discussion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A little further research and I have the answer. Posting here if it helps anyone else. The Synology Docker package will generate the notification Docker container xxxx stopped unexpectedly, if the container is considered "enabled" by the Synology Docker GUI. This information is stored in /var/packages/Docker/etc/container_name.config: as first line below "enabled" : true, Containers are automatically enabled if you start them from the GUI. All of these things will cause the container to become "enabled" and start notifying on exit:
Solution |
Beta Was this translation helpful? Give feedback.
A little further research and I have the answer. Posting here if it helps anyone else.
The Synology Docker package will generate the notification Docker container xxxx stopped unexpectedly, if the container is considered "enabled" by the Synology Docker GUI. This information is stored in /var/packages/Docker/etc/container_name.config: as first line below
"enabled" : true,
"entrypoint_default" : "python -m plextraktsync",
"exporting" : false,
"id" : "dbee87466fb70ea26cd9845fd79af16d793dc64d9453e4eba43430594ab4fa9b",
"image" : "ghcr.io/taxel/plextraktsync:latest",
"is_ddsm" : false,
"is_package" : false,
"name" : "plextraktsync",
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page…