Hi all,
Bit of a scrub but hopefully the correct info is here to get some help;
Tried to start sonarr docker today and got "execution Error: server error". I uninstalled the docker and attempted to reinstall but was greeted by the error.
"docker: Error response from daemon: stat /var/lib/docker/btrfs/subvolumes/30433ec7d70957ba6aefcd44d80ad8211bbe2ca8c909d02ba09f03bcc9bbd4eb: no such file or directory"
Have been able to run radarr without issue.
Tried docker run with the below command and got the same error message
Full run command:
docker run -d --name='binhex-sonarr' --net='bridge' -e TZ="Australia/Adelaide" -e HOST_OS="Unraid" -e HOST_HOSTNAME="IronHorse" -e HOST_CONTAINERNAME="binhex-sonarr" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8989]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/sonarr-icon.png' -p '8989:8989/tcp' -p '9897:9897/tcp' -v '/mnt/user/Downloads/':'/data':'rw' -v '/mnt/user/Media/':'/media':'rw' -v '/mnt/user/appdata/binhex-sonarr':'/config':'rw' 'binhex/arch-sonarr'
docker: Error response from daemon: stat /var/lib/docker/btrfs/subvolumes/30433ec7d70957ba6aefcd44d80ad8211bbe2ca8c909d02ba09f03bcc9bbd4eb: no such file or directory.
See 'docker run --help'.
No idea where to go from here