Error on installation: no container found for project "kobomaintenance": not found

I was trying to install Kobo in Ubuntu 22.04 but I couldn’t.

The machine is a Virtual Machine in VMWare. I installed all necessary:

  • git
  • python 3.8
  • docker engine (24.0.7, build afdd53b)
  • docker compose

I share with you the last part of the excecution in terminal:

Do you want to review your /etc/hosts file before overwriting it?

  1. Yes
  2. No
    [1]:
    127.0.0.1 localhost
    127.0.1.1 diego-virtual-machine

The following lines are desirable for IPv6 capable hosts

::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

(BEGIN) KoBoToolbox local routes

192.168.253.128 vt.kobo.local kf.kobo.local kc.kobo.local ee.kobo.local

(END) KoBoToolbox local routes

Press any keys when ready: q
no container found for project “kobomaintenance”: not found
An error has occurred

The installation is from scratch.

I have tried deleting kovo-docker and kovo-env folders, but I got another error, so I deleted all folders and when I execute python3.8 run.py I receive this error message.