[SOLVED] Fresh installation ./bitwarden.sh updatedb fails

Hello,

i installed Docker as described in the Guide on a debian 9. There are no other services running, since I created a vm especially for bitwarden.

After setup i try to run ./bitwarden.sh updatedb and get the following error:

Status: Image is up to date for bitwarden/setup:1.23.0
docker: Error response from daemon: Container aea08d8810260359aa233fc0af5f0d493ac74d1e56a3b625db08516ae34751cd is restarting, wait until the container is running.

output of docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
4b52b369d654 bitwarden/attachments:1.23.0 “/entrypoint.sh” About a minute ago Up 55 seconds 5000/tcp bitwarden-attachments
4693dddbe1a6 bitwarden/identity:1.23.0 “/entrypoint.sh” About a minute ago Up 54 seconds 5000/tcp bitwarden-identity
ed566823c5d2 bitwarden/mssql:1.23.0 “/entrypoint.sh” About a minute ago Restarting (1) 7 seconds ago bitwarden-mssql
a55388d9b15d bitwarden/admin:1.23.0 “/entrypoint.sh” About a minute ago Up 58 seconds 5000/tcp bitwarden-admin
e60974b5d440 bitwarden/icons:1.23.0 “/entrypoint.sh” About a minute ago Up 59 seconds 5000/tcp bitwarden-icons
02c7338226b2 bitwarden/web:2.2.0 “/entrypoint.sh” About a minute ago Up About a minute 5000/tcp bitwarden-web
ea4360702c9b bitwarden/nginx:1.23.0 “/entrypoint.sh” About a minute ago Up About a minute 80/tcp, 0.0.0.0:80->8080/tcp, 0.0.0.0:443->8443/tcp bitwarden-nginx
6e278d6a1f95 bitwarden/notifications:1.23.0 “/entrypoint.sh” About a minute ago Up About a minute 5000/tcp bitwarden-notifications
e84e03d91c2e bitwarden/api:1.23.0 “/entrypoint.sh” About a minute ago Up About a minute 5000/tcp bitwarden-api

When I run the command after bitwarden stop, I get the folloing error:
1.23.0: Pulling from bitwarden/setup
Digest: sha256:44a80069be05ea45458ecf111c4866145665c9333284a3b277cbcd9992ee4df1
Status: Image is up to date for bitwarden/setup:1.23.0
docker: Error response from daemon: No such container: bitwarden-mssql.

Any suggestions what I’m getting wrong?

Does the VM meet the minimum hardware requirements?

Ok, sometimes the solutions are far to simple to find them by someone self…

It was the memory, was a bit to less.

Now it is installing and running.

Thanks.