Error al iniciar web_only - no hay archivo cid pero construcción completamente nueva

Hola,

Estoy realizando una primera compilación de Discourse, utilizando los archivos de configuración data.yml y web_only.yml. No tengo contenedores en ejecución y nunca he tenido un contenedor web_only activo. data.yml se inicializa correctamente, pero web_only.yml me devuelve el siguiente error:

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

¿Esperaba que el archivo cid estuviera allí desde un contenedor web_only previamente en ejecución?

Agradezco cualquier ayuda.
Gracias

1 me gusta

You need to build the data container first.

4 Me gusta

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

4 Me gusta

Este tema se cerró automáticamente después de 2255 días. Ya no se permiten nuevas respuestas.