Hi, On Mon, 09 May 2022 at 12:04, Remco van 't Veer <[email protected]> wrote:
> Outside in the guix installation which runs the docker service defined > using: > > (service docker-service-type) [...] > The docker images are images like "postgres:10.10" taken from docker hub > so nothing special. It seems the docker-services sends signals to > process running in managed containers and some of those process stop? It is not easy to connect the dots. :-) IIUC, you are running Guix System and using the ’docker-service-type’. Right? You have several Docker images running. This images are launched via the ’docker-service-type’, right? Unrelated to Docker, when you run one Guix subcommand as “guix install” or “guix pull”, then the some Docker images are stopped as the ones containing mysql or postgres, whereas the other containing an elasticsearch still runs. Right? Could you be precise on which containers downloaded from where are working and which containers downloaded from where are stopped? Other said, how can I reproduce the bug? Cheers, simon
