Fehler beim Bootstrap von web_only – keine cid-Datei, aber eine völlig frische Build

Hallo,

ich führe einen ersten Build von Discourse durch und verwende dabei die Konfigurationsdateien data.yml und web_only.yml. Ich habe keine laufenden Container und hatte noch nie einen web_only-Container im Betrieb. data.yml startet erfolgreich, aber bei web_only.yml erhalte ich folgende Fehlermeldung:

root@debian:/var/discourse# ./launcher bootstrap web_only
cd /pups && git pull && /pups/bin/pups --stdin
/usr/bin/docker: Error response from daemon: could not get container for data: No such container: data.
See '/usr/bin/docker run --help'.
cat: cids/web_only_bootstrap.cid: No such file or directory
"docker rm" requires at least 1 argument.
See 'docker rm --help'.

Usage:  docker rm [OPTIONS] CONTAINER [CONTAINER...] [flags]

Remove one or more containers
rm: cannot remove 'cids/web_only_bootstrap.cid': No such file or directory
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one

Erwartet das System die CID-Datei von einem zuvor laufenden web_only-Container?

Jede Hilfe wäre willkommen.
Vielen Dank

You need to build the data container first.

cheers, I already had the container built but not actually started. Once I started the container I could build the web_only container.