Docker container not receiving SIGINT

前端 未结 0 1250
耶瑟儿~
耶瑟儿~ 2021-02-05 15:06

I have a python container that uses an entrypoint to start and exit the application like so.

#!/bin/bash

cleanup ()
{
  kill -s SIGTERM $!
  echo "SIGTERM a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题