Skip to content

Commit

Permalink
Merge pull request #179 from mtovmassian/master
Browse files Browse the repository at this point in the history
📝 (README) fix dead link on zombie processes
  • Loading branch information
gdraheim authored Jun 10, 2024
2 parents fc3d5d4 + 146b8b9 commit ad377cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ the container - but NOT to any other process. If the CMD
is the actual application (exec java -jar whatever) then
this works fine as it will also clean up its subprocesses.
In many other cases it is not sufficient leaving
[zombie processes](https://www.howtogeek.com/119815/)
[zombie processes](https://www.howtogeek.com/119815/htg-explains-what-is-a-zombie-process-on-linux/)
around.

Zombie processes may also occur when a master process does
Expand Down

0 comments on commit ad377cd

Please sign in to comment.