Skip to content
/ sighup Public

A Docker image responding to SIGHUP signals

License

Notifications You must be signed in to change notification settings

Thiht/sighup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sighup 🐳

This container logs the current date when it receives the SIGHUP signal.

Why?

I needed something simple to perform SIGHUP notification tests with docker-gen.

Build

$ docker build -t thiht/sighup:latest .

Run

$ docker run -d --name sighup thiht/sighup:latest

Test

$ docker kill -s HUP sighup
$ docker logs sighup
Sat Dec  2 14:43:23 UTC 2017

License

See the LICENSE file.

About

A Docker image responding to SIGHUP signals

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages