Pydio cells install fails on unraid

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.

Hello,

our official docker image is in our repository on docker hub

The linuxserver/pydio-cells image is a fork we have already heard about a few years ago but that is not under our control, so there is not much we can do about it.

That said can you share the reason why you rather use this image than ours ?

When installing on Unraid, it is the only docker image that is offered. I don’t have much experience installing on Unraid docker using command line. Can you send me a few tips on how to OR at least to a place I can read about it?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.