Skip to content

Container image to demonstrate the zombie reaping problem which can occur inside containers

License

Notifications You must be signed in to change notification settings

heptalium/zombiebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zombiebox

Container image to demonstrate the zombie reaping problem which can occur inside containers.

Usage

Run a container of this image:

docker container run -d --name zombiebox --rm ghcr.io/heptalium/zombiebox:latest

Run htop inside the container and watch what is happening:

docker container exec -it zombiebox /usr/bin/htop

Quit htop by pressing q, then stop the container:

docker container stop zombiebox

Run a new container with the --init option:

docker container run -d --init --name zombiebox --rm ghcr.io/heptalium/zombiebox:latest

Run htop again:

docker container exec -it zombiebox /usr/bin/htop

About

Container image to demonstrate the zombie reaping problem which can occur inside containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages