Last active
November 22, 2019 03:46
-
-
Save peter-leonov/f5d2b172fec5e2713a6a to your computer and use it in GitHub Desktop.
docker fork bomb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run ruby ruby -e 'loop { fork { fork { sleep 0.1 } } }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment