May 17, 20251 yr Hi, as soon as I want to start a docker comes the message "Bad parameter". Here for example with AdGuard the error from the run docker " docker: Error response from daemon: pull access denied for 1, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. " But i think dont have change anny premissions..
May 17, 20251 yr Author docker run -d --name='AdGuard-Home' --net='br0' --pids-limit 2048 -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="-CENSORD-" -e HOST_CONTAINERNAME="AdGuard-Home" -e 'TCP_PORT_3000'='3000' -e 'TCP_PORT_53'='53' -e 'UDP_PORT_53'='53' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:3000]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/SiwatINC/unraid-ca-repository/master/icons/adguard.png' -v '/mnt/user/appdata/adguard/workingdir':'/opt/adguardhome/work':'rw' -v '/mnt/user/appdata/adguard/config':'/opt/adguardhome/conf':'rw' 'adguard/adguardhome' -CENSORD- docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/opt/adguardhome/AdGuardHome": permission denied: unknown. Der Befehl ist fehlgeschlagen. And, if its help the Diag Files backofen-diagnostics-20250517-1707.zip Edited May 17, 20251 yr by Toter3ngel
May 18, 20251 yr Community Expert Solution Try recreating the docker folder as an image, folders sometimes cause strange issues. https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file Then: https://docs.unraid.net/unraid-os/manual/docker-management/#re-installing-docker-applications Also see below if you have any custom docker networks: https://docs.unraid.net/unraid-os/manual/docker-management/#docker-custom-networks
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.