Re: docker containers stop when doing guix install

2022-05-10 Thread zimoun
Hi, On Mon, 09 May 2022 at 16:54, Remco van 't Veer wrote: > 2022/05/09 15:39, zimoun: >> Other said, how can I reproduce the bug? > > As follows: > > $ docker ps > CONTAINER ID IMAGE COMMAND CREATED > STATUSPORTS NAMES > $ docker run -d

Re: docker containers stop when doing guix install

2022-05-09 Thread Remco van 't Veer
2022/05/09 15:39, zimoun: > Hi, > > On Mon, 09 May 2022 at 12:04, Remco van 't Veer 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

Re: docker containers stop when doing guix install

2022-05-09 Thread zimoun
Hi, On Mon, 09 May 2022 at 12:04, Remco van 't Veer 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

Re: docker containers stop when doing guix install

2022-05-09 Thread Remco van 't Veer
Hi, 2022/05/09 11:01, zimoun: > On Thu, 28 Apr 2022 at 10:22, Remco van 't Veer wrote: >> Why are (some) running docker containers stopped when doing guix install >> or other guix operations like pull? I noticed this happing to mysql and >> postgres containers but an elasticsearch container

Re: docker containers stop when doing guix install

2022-05-09 Thread zimoun
Hi, On Thu, 28 Apr 2022 at 10:22, Remco van 't Veer wrote: > Why are (some) running docker containers stopped when doing guix install > or other guix operations like pull? I noticed this happing to mysql and > postgres containers but an elasticsearch container just keeps running. > > Is

docker containers stop when doing guix install

2022-04-29 Thread Remco van 't Veer
Why are (some) running docker containers stopped when doing guix install or other guix operations like pull? I noticed this happing to mysql and postgres containers but an elasticsearch container just keeps running. Is stopping containers on guix actions on purpose and, if so, why? Why aren't