06-09-2021, 18:09
I am an existing user of Minimserver 2 on RPi which performs well, however...
I am experimenting with Docker (Docker version 20.10.8, build 3967b7d provided via an OpenMediaVault NAS device) just to see what I can do with it and a Minimserver installation seemed a good idea as I can compare the Docker installation with the RPi version I know reasonably well.
I am following the instructions from:
https://minimserver.com/running-containe...r_on_Linux
From this I can do the following:
root@CMHomeNAS1:~# docker pull minimworld/minimserver:2.0.18
2.0.18: Pulling from minimworld/minimserver
Digest: sha256:ccdd3fa149c5e25c05b54a4e4fca40194a01230614b339b0b8db9a09078d530f
Status: Image is up to date for minimworld/minimserver:2.0.18
docker.io/minimworld/minimserver:2.0.18
I have done this several times hence the image is up to date.
I then move on to:
root@CMHomeNAS1:~# docker create -v /srv/dev-disk-by-label-BigDisk/Music/iTunes/Music:/Music:ro --network host --name minimserver minimserver:2.0.18 -e TZ=Europe/London
Which errors with:
Unable to find image 'minimserver:2.0.18' locally
Error response from daemon: pull access denied for minimserver, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I cannot get any further with these instructions. What am I doing wrong please ?
Thanks
Chris
I am experimenting with Docker (Docker version 20.10.8, build 3967b7d provided via an OpenMediaVault NAS device) just to see what I can do with it and a Minimserver installation seemed a good idea as I can compare the Docker installation with the RPi version I know reasonably well.
I am following the instructions from:
https://minimserver.com/running-containe...r_on_Linux
From this I can do the following:
root@CMHomeNAS1:~# docker pull minimworld/minimserver:2.0.18
2.0.18: Pulling from minimworld/minimserver
Digest: sha256:ccdd3fa149c5e25c05b54a4e4fca40194a01230614b339b0b8db9a09078d530f
Status: Image is up to date for minimworld/minimserver:2.0.18
docker.io/minimworld/minimserver:2.0.18
I have done this several times hence the image is up to date.
I then move on to:
root@CMHomeNAS1:~# docker create -v /srv/dev-disk-by-label-BigDisk/Music/iTunes/Music:/Music:ro --network host --name minimserver minimserver:2.0.18 -e TZ=Europe/London
Which errors with:
Unable to find image 'minimserver:2.0.18' locally
Error response from daemon: pull access denied for minimserver, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
I cannot get any further with these instructions. What am I doing wrong please ?
Thanks
Chris