未能引导 web_only - 无 cid 文件但完全是全新构建

你好,

我正在首次构建 Discourse,使用的是 data.yml 和 web_only.yml 配置文件。当前没有正在运行的容器,也从未运行过 web_only 容器。data.yml 已成功完成引导,但 web_only.yml 报错如下:

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

它是否期望从之前运行过的 web_only 容器中获取 cid 文件?

任何帮助都将不胜感激。
谢谢

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.