Ich habe das nun ans laufen bekommen im CM. Wichtig ist der "init" Befehl in der Befehlszeile vor dem Start, sonst läuft der Container nicht. Aber, ich kann die GUI über die Host-IP nicht ansprechen (?) https://<lokal-IP>:9200 und da klemmts nun.
Der Export in eine json-Datei sieht wie folgt aus:
{
"CapAdd" : null,
"CapDrop" : null,
"cmd" : "init",
"cpu_priority" : 0,
"enable_publish_all_ports" : false,
"enable_restart_policy" : false,
"enable_service_portal" : null,
"enabled" : true,
"env_variables" : [
{
"key" : "PATH",
"value" : "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
},
{
"key" : "PROXY_HTTP_ADDR",
"value" : "0.0.0.0:9200"
},
{
"key" : "OCIS_URL",
"value" : "https://<lokal-IP>:9200"
}
],
"exporting" : false,
"id" : "7cba2a0a8cdd0b564a16d16157622d2b5885f0903ae5174b4cdaa5f37e7b4cd1",
"image" : "owncloud/ocis:latest",
"is_ddsm" : false,
"is_package" : false,
"labels" : {
"maintainer" : "ownCloud GmbH <
devops@owncloud.com>",
"org.opencontainers.image.authors" : "ownCloud GmbH",
"org.opencontainers.image.created" : "2023-07-19T04:18:12Z",
"org.opencontainers.image.description" : "oCIS - ownCloud Infinite Scale is a modern file-sync and share platform",
"org.opencontainers.image.documentation" : "
https://github.com/owncloud/ocis",
"org.opencontainers.image.licenses" : "Apache-2.0",
"org.opencontainers.image.revision" : "02a3bfd176ec9f7804825f999b79a4ce80f394bd",
"org.opencontainers.image.source" : "
https://github.com/owncloud/ocis.git",
"org.opencontainers.image.title" : "ownCloud Infinite Scale",
"org.opencontainers.image.url" : "
https://github.com/owncloud/ocis",
"org.opencontainers.image.vendor" : "ownCloud GmbH",
"org.opencontainers.image.version" : "latest"
},
"links" : [],
"memory_limit" : 0,
"name" : "owncloud-ocis",
"network" : [
{
"driver" : "bridge",
"name" : "bridge"
}
],
"network_mode" : "bridge",
"port_bindings" : [
{
"container_port" : 9200,
"host_port" : 9200,
"type" : "tcp"
}
],
"privileged" : false,
"service_portals" : [],
"shortcut" : {
"enable_shortcut" : false,
"enable_status_page" : false,
"enable_web_page" : false,
"web_page_url" : ""
},
"use_host_network" : false,
"version" : 2,
"volume_bindings" : [
{
"host_volume_file" : "/docker/owncloud-is/config",
"is_directory" : true,
"mount_point" : "/etc/ocis",
"type" : "rw"
},
{
"host_volume_file" : "/docker/owncloud-is/data",
"is_directory" : true,
"mount_point" : "/var/lib/ocis",
"type" : "rw"
}
]
}