Error Login after installation

Hello,
Just now I finished the installation of Greenbone scanner with docker (Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1), I followed the steps of this link (Building 22.4 from Source - Greenbone Community Documentation) without errors but when I do the login process it returns the error “The Greenbone Vulnerability Manager service is not responding. This could be due to system maintenance. Please try again later, check the system status, or contact your system administrator.”

Anyone can help me.

A greeting and thanks

Sounds like gvmd is not running. You can check which Docker containers are running with the docker ps command. You should see output similar to this:

$ docker ps
CONTAINER ID   IMAGE                            COMMAND                  CREATED       STATUS      PORTS                                       NAMES
a795e6ba5028   greenbone/gvmd:stable            "/usr/local/bin/entr…"   2 days ago    Up 2 days                                               greenbone-community-edition_gvmd_1
e079d8c38e42   greenbone/gsa:stable             "/usr/local/bin/entr…"   12 days ago   Up 2 days   0.0.0.0:9392->80/tcp, :::9392->80/tcp       greenbone-community-edition_gsa_1
168a57030cca   greenbone/ospd-openvas:stable    "/usr/bin/tini -- /u…"   2 weeks ago   Up 2 days                                               greenbone-community-edition_ospd-openvas_1
89190b8aa93d   greenbone/notus-scanner:stable   "/usr/local/bin/entr…"   2 weeks ago   Up 2 days                                               greenbone-community-edition_notus-scanner_1
08566ffe8441   greenbone/redis-server           "/bin/sh -c 'rm -f /…"   2 weeks ago   Up 2 days                                               greenbone-community-edition_redis-server_1
9bc76770b50f   greenbone/pg-gvm:stable          "/usr/local/bin/entr…"   2 weeks ago   Up 2 days                                               greenbone-community-edition_pg-gvm_1
2c9c140bcc0c   greenbone/mqtt-broker            "/bin/sh -c 'mosquit…"   2 weeks ago   Up 2 days   0.0.0.0:1883->1883/tcp, :::1883->1883/tcp   greenbone-community-edition_mqtt-broker_1