RPi 3B+ install issue: "...no commands defined in the "config:system" namespace"

Hi. Trying to install nextcloudpi in Raspbian, RPi 3 B+, as follows:

pi@raspberrypi:~ $ sudo  docker run -d -p 4443:4443 -p 443:443 -p 80:80 -v ncdata:/data --name nextcloudpi ownyourbits/nextcloudpi-armhf $IP

And getting the following error

pi@raspberrypi:~ $ sudo docker logs -f nextcloudpi
Making /etc/shadow persistent ...
Starting PHP-fpm
Starting Apache
Starting mariaDB
2018-04-28 19:36:05 1995776000 [Note] mysqld (mysqld 10.1.26-MariaDB-0+deb9u1) starting as process 48 ...
Provisioning
Provisioning Redis password
Updating NextCloud config with Redis password
Provisioning MariaDB password
Updating NextCloud config with MariaDB password
PHP threads set to 4
Starting Redis
Starting Cron
Starting Postfix
Nextcloud is not installed - only a limited number of commands are available


  [Symfony\Component\Console\Exception\CommandNotFoundException]
  There are no commands defined in the "config:system" namespace.


Init done

Could someone please advise on what causes this? How to solve?

Hi,

this is in the wrong subforums so I didn’t see it. I am fixing this right now, see

I have pushed the updated docker image, with NC 13.0.2. I verified manually that it works

Thanks for the feedback!

Thanks for your help!

I got the same problem. Is the image updated ?

Initializing empty volume…
Making /usr/local/etc/ncp-config.d persistent …
Making /etc/services-enabled.d persistent …
Making /etc/letsencrypt persistent …
Making /etc/shadow persistent …
Making /etc/cron.d persistent …
Making /etc/cron.daily persistent …
Making /etc/cron.hourly persistent …
Making /etc/cron.weekly persistent …
Making /usr/local/bin persistent …
Making /etc/apache2 persistent …
Starting PHP-fpm
Starting Apache
Starting mariaDB
2020-03-18 16:06:57 0 [Note] mysqld (mysqld 10.3.22-MariaDB-0+deb10u1) starting as process 101 …
Starting Redis
Starting Cron
Starting Postfix
Nextcloud is not installed - only a limited number of commands are available

There are no commands defined in the “config:system” namespace.

Init done