Also ich erklär mal hier kurz wie man am besten vorgeht. Ist in der docker repository nicht so klar ersichtlich
Das docker image das ich nutze ist: dskaggs/docker-organize:latest
Das Image funktioniert und bricht nicht ab. Das ist ein Feature, kein Bug. :;--)
Man startet das Image - das Image tut sofort seine Arbeit - Das Image beendet sich selbst.
Was etwas unschön ist: Man sieht gemäss der Installationsanleitung in der Docker Registry des Users dskaggs nicht, was das Image eigentlich tut, oder ob man eine Fehlkonfiguration hat.
Ich habe mir dann so geholfen, dass ich die Config und die Logs auf der Synology ablegen lasse. Das Log zeigt dann was Sache ist.
Hier meine Importierbare Information (als Datei.json speichern)
{
"cap_add" : null,
"cap_drop" : null,
"cmd" : "",
"cpu_priority" : 50,
"devices" : null,
"enable_publish_all_ports" : false,
"enable_restart_policy" : false,
"enabled" : true,
"entrypoint_default" : "/entrypoint.sh",
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "LANG",
"value" : "C.UTF-8"
},
{
"key" : "GPG_KEY",
"value" : "E3FF2839C048B25C084DEBE9B26995E310250568"
},
{
"key" : "PYTHON_VERSION",
"value" : "3.8.2"
},
{
"key" : "PYTHON_PIP_VERSION",
"value" : "20.0.2"
},
{
"key" : "PYTHON_GET_PIP_URL",
"value" : "https://github.com/pypa/get-pip/raw/d59197a3c169cef378a22428a3fa99d33e080a5d/get-pip.py"
},
{
"key" : "PYTHON_GET_PIP_SHA256",
"value" : "421ac1d44c0cf9730a088e337867d974b91bdce4ea2636099275071878cc189e"
}
],
"exporting" : false,
"id" : "b001ed5e1b00976bc6608147c3e29196bd940cbf4e4692f6a14c70d4777c26f8",
"image" : "dskaggs/docker-organize:latest",
"is_ddsm" : false,
"is_package" : false,
"links" : [],
"memory_limit" : 0,
"name" : "organize",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [],
"privileged" : false,
"shortcut" : {
"enable_shortcut" : false
},
"use_host_network" : false,
"volume_bindings" : [
{
"host_volume_file" : "/Scan/_test",
"mount_point" : "/destination",
"type" : "rw"
},
{
"host_volume_file" : "/docker/organize/log/organize",
"mount_point" : "/var/log/organize/",
"type" : "rw"
},
{
"host_volume_file" : "/Scan/_sorted",
"mount_point" : "/source",
"type" : "rw"
},
{
"host_volume_file" : "/docker/organize/config",
"mount_point" : "/root/.config/organize/",
"type" : "rw"
}
]
}