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