Hi Bernd,
Thank you very much for your hint that my issue might be rather related to a reboot of the UCS. I tried to identify the entries in the hosts file, but failed:
root@server:~# univention-app shell guacamole cat /etc/hosts
failed to start io pipe copy: containerd-shim: opening b279fe5bc4965a7b49c16d6a70c73972034d084fc9c0d8640f867c6008bcecfd-stdout failed: open b279fe5bc4965a7b49c16d6a70c73972034d084fc9c0d8640f867c6008bcecfd-stdout: no such file or directory: unknown
I noticed that the docker images - lthugh updated via the GUI - show the old version univention13:
root@server:~# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
53628ee811ac docker.software-univention.de/guacamole-guacamole:0.9.13-univention13 "/opt/guacamole/bin/…" 46 hours ago Up 46 hours 0.0.0.0:40001->8080/tcp guacamole_guacamole_1
7b0e8eafd334 docker.software-univention.de/guacamole-guacd:0.9.13-univention13 "/usr/local/sbin/gua…" 46 hours ago Up 46 hours 4822/tcp guacamole_guacd_1
I have the following configuration details:
root@server:~# docker network ls
NETWORK ID NAME DRIVER SCOPE
9bb6be288771 bridge bridge local
295fb1083d68 guacamole_appcenter_net bridge local
f195e08e1a6a host host local
c85f6b4291b0 none null local
root@server:~# docker network inspect bridge
[
{
"Name": "bridge",
"Id": "9bb6be288771a64f2d11eefa49d1e88e6d218c33dd7121d97e3e3a8fbcef0480",
"Created": "2022-04-10T15:56:03.442199867+02:00",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.17.42.1/16",
"Gateway": "172.17.42.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"53628ee811ac5e724f61bab68eee9aaabfdb9b0e2f8f59cb267ed8f79a0638ae": {
"Name": "guacamole_guacamole_1",
"EndpointID": "0d3bc56afc0309dc05598f24bcd0a0463f836e15c415ca1f4c20bfcf4757a15c",
"MacAddress": "02:42:ac:11:00:03",
"IPv4Address": "172.17.0.3/16",
"IPv6Address": ""
},
"6e75b7448452b98099404c59fe313f7f25a60493e45e711038e2757ae0d7a897": {
"Name": "pedantic_ishizaka",
"EndpointID": "e1d734c8773ea747e2c501989ff801ed05ff9cf8f8a0f4c5db1c01f128e5f333",
"MacAddress": "02:42:ac:11:00:01",
"IPv4Address": "172.17.0.1/16",
"IPv6Address": ""
},
"7b0e8eafd3344e4118ff2a723ce31becc4ca9831a2d069bf175da4462dfc58cf": {
"Name": "guacamole_guacd_1",
"EndpointID": "03477671c95b91ce30ae50abfb141d21e56f2c98f3916821dd71df59a7b4388a",
"MacAddress": "02:42:ac:11:00:02",
"IPv4Address": "172.17.0.2/16",
"IPv6Address": ""
}
},
"Options": {
"com.docker.network.bridge.default_bridge": "true",
"com.docker.network.bridge.enable_icc": "true",
"com.docker.network.bridge.enable_ip_masquerade": "true",
"com.docker.network.bridge.host_binding_ipv4": "0.0.0.0",
"com.docker.network.bridge.name": "docker0",
"com.docker.network.driver.mtu": "1500"
},
"Labels": {}
}
]
root@server:~# docker network inspect guacamole_appcenter_net
[
{
"Name": "guacamole_appcenter_net",
"Id": "295fb1083d6814432238555af79665530b49df5910012ffef19dc10da1464695",
"Created": "2022-04-10T15:43:25.685660025+02:00",
"Scope": "local",
"Driver": "bridge",
"EnableIPv6": false,
"IPAM": {
"Driver": "default",
"Options": null,
"Config": [
{
"Subnet": "172.16.0.0/24",
"Gateway": "172.16.0.1"
}
]
},
"Internal": false,
"Attachable": false,
"Ingress": false,
"ConfigFrom": {
"Network": ""
},
"ConfigOnly": false,
"Containers": {
"53628ee811ac5e724f61bab68eee9aaabfdb9b0e2f8f59cb267ed8f79a0638ae": {
"Name": "guacamole_guacamole_1",
"EndpointID": "5ba9cccef51f6a5a0447060f80cd670633e0bf2c494c890d9fc42371468aba9d",
"MacAddress": "02:42:ac:10:00:03",
"IPv4Address": "172.16.0.3/24",
"IPv6Address": ""
},
"7b0e8eafd3344e4118ff2a723ce31becc4ca9831a2d069bf175da4462dfc58cf": {
"Name": "guacamole_guacd_1",
"EndpointID": "7d0de670bbbe447c0a8cefc0b4057a7132603b6cb6d763adb8613bfb9ddd6286",
"MacAddress": "02:42:ac:10:00:02",
"IPv4Address": "172.16.0.2/24",
"IPv6Address": ""
}
},
"Options": {},
"Labels": {}
}
]