Unriad version 6.9.2
ASUSTeK COMPUTER INC. ROG CROSSHAIR VIII HERO (WI-FI), Version Rev X.0x
American Megatrends Inc., Version 2702
BIOS dated: Thu 19 Nov 2020 12:00:00 AM EST
Logs provided on demand.
I have nginx reverse proxy. URL is https://pydio.domain.com.
When I try to install pydio cells docker on unraid It fails. Below is the follow message.
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name=‘pydio-cells’ --net=‘proxfire’ -e TZ=“America/New_York” -e HOST_OS=“Unraid” -e ‘EXTERNALURL’=‘https://pydio.domain.com’ -e ‘PUID’=‘99’ -e ‘PGID’=‘100’ -e ‘UMASK’=‘022’ -p ‘8082:8080/tcp’ -p ‘33060:33060/tcp’ -v ‘/mnt/user/appdata/pydio-cells’:’/config’:‘rw’ pydio-cells --cap-add=NET_ADMIN ‘lscr.io/linuxserver/pydio-cells’
Unable to find image ‘pydio-cells:latest’ locally
docker: Error response from daemon: pull access denied for pydio-cells, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied.
See ‘docker run --help’.
The command failed.