Skip to content

meanin/sigterm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sigterm-demo

Purpose of this project is to test if it is possible to handle SIGTERM on asp.net core application hosted on a Linux docker container.

build

docker build -f SigtermDemo\Dockerfile -t "sigtermdemo:latest" .

run interactively

docker run -it sigtermdemo

test SIGTERM

docker stop <containerid>

test SIGKILL

docker kill <containerid>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published