你好,
我正在尝试重建我的 Discourse 应用以启动它,但一直遇到这个错误。
./launcher rebuild app Ensuring launcher is up to date Fetching origin remote: Enumerating objects: 4, done. remote: Counting objects: 100% (4/4), done. remote: Compressing objects: 100% (4/4), done. remote: Total 4 (delta 0), reused 0 (delta 0), pack-reused 0 Unpacking objects: 100% (4/4), 2.93 KiB | 2.93 MiB/s, done. From https://github.com/discourse/discourse_docker * [new branch] add-maxmind-key-line-(commented-out)-to-default-config -> origin/add-maxmind-key-line-(commented-out)-to-default-config Launcher is up-to-date Stopping old container + /usr/bin/docker stop -t 60 app app cd /pups && git pull && /pups/bin/pups --stdin docker: invalid reference format: repository name must be lowercase. See 'docker run --help'. cat: cids/app_bootstrap.cid: No such file or directory "docker rm" requires at least 1 argument. See 'docker rm --help'. Usage: docker rm [OPTIONS] CONTAINER [CONTAINER...] Remove one or more containers rm: cannot remove 'cids/app_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. ./discourse-doctor may help diagnose the problem.
这是运行该命令后的完整输出。
我已经尝试多次运行 Discourse Doctor,但它并未提供直接帮助解决此问题的信息。
如有任何帮助,不胜感激。
提前感谢。