My docker containers are running but tab "Docker images repo" is empty and when I try to pull a new image I get.
Code
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; docker pull 'emby/embyserver:latest'' with exit code '1':
Error #0:
OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; docker pull 'emby/embyserver:latest'' with exit code '1': in /usr/share/openmediavault/engined/rpc/docker.inc:250
Stack trace:
#0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(565): OMVRpcServiceDocker->{closure}('/tmp/bgstatusJV...', '/tmp/bgoutputXX...')
#1 /usr/share/openmediavault/engined/rpc/docker.inc(254): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#2 [internal function]: OMVRpcServiceDocker->pullImage(Array, Array)
#3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('pullImage', Array, Array)
#5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Docker', 'pullImage', Array, Array, 1)
#6 {main}
Display More
And when I check the logs I can see that dockerd have issues:
Code
dockerd[1342]: time="2022-06-17T12:30:49.847154455+02:00" level=warning msg="Error getting v2 registry: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:48982->[::1]:53: read: connection refused"
dockerd[1342]: time="2022-06-17T12:30:49.848723952+02:00" level=info msg="Attempting next endpoint for pull after error: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:48982->[::1]:53: read: connection refused"
dockerd[1342]: time="2022-06-17T12:30:49.849600480+02:00" level=error msg="Handler for POST /v1.40/images/create returned error: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:48982->[::1]:53: read: connection refused"
Have there been a change in docker? I checked if there was a new plugin update, but found none.
Any ideas on how to proceed?