Hi Herby, eventually you might want to look at https://github.com/moby/moby/issues/1063 but then i dont know anything about these things. werner
On 10/28/2017 01:39 PM, Herby Vojčík wrote: > Hi, > > I had to find out how to automatically deploy the backend written in > Pharo, and so far it uses docker-compose stop to stop the instance > (and later docker-compose up -d to get everything up again). > > I noticed the stop phase takes a while and ends with status code 137. > I presume it ended forcefully and not gracefully. > > What is the idiomatic way to wait on SIGTERM and close the process > gracefully? > > Thanks, Herby > >