Hi all,
I started docker all over again and things seem to be working so far. I ran an apt-clean via OMV GUI and deleted the docker folder. Also this time around I allowed OMV to create the folder itself rather than doing it via putty previously.
From below we see that the + is gone from the docker folder.
Before reinstall
drwxr-xr-x 6 root root 4.0K Apr 27 14:01 .
drwxr-xr-x 12 root root 4.0K Apr 20 00:09 ..
-rw------- 1 root root 9.0K Apr 27 00:47 aquota.group
-rw------- 1 root root 8.0K Apr 27 00:47 aquota.user
drwx--x---+ 13 root root 4.0K Apr 27 00:48 docker
drwxrwsr-x 5 root users 4.0K Apr 27 14:15 dockerappdata
drwxr-xr-x 2 root root 4.0K Apr 27 14:04 dockerscripts
drwx------ 2 root root 16K Apr 19 22:45 lost+found
After reinstall
drwxr-xr-x 6 root root 4.0K Apr 27 22:36 .
drwxr-xr-x 12 root root 4.0K Apr 20 00:09 ..
-rw------- 1 root root 9.0K Apr 27 00:47 aquota.group
-rw------- 1 root root 8.0K Apr 27 00:47 aquota.user
drwx--x--- 13 root root 4.0K Apr 27 22:36 docker
drwxrwsr-x 3 root users 4.0K Apr 27 22:54 dockerappdata
drwxr-xr-x 2 root root 4.0K Apr 27 14:04 dockerscripts
drwx------ 2 root root 16K Apr 19 22:45 lost+found
Also previously i was asked to run the commands below which should have yielded -rw-r--r-- for /etc/resolv.conf. Now i am getting the same result whilst previoously i was getting -rw-r----- for /etc/resolv.conf.
$ docker run --rm -it --entrypoint="/bin/sh" lscr.io/linuxserver/jellyfin
# ls -l /etc/resolv.conf
-rw-r--r-- 1 root root 59 Apr 27 12:17 /etc/resolv.conf
# exit
$
So in conclusion the issue seems to boil down to permission issues. and in particular the + for the docker folder?