Skip to content

Instantly share code, notes, and snippets.

@peter-leonov
Last active November 22, 2019 03:46
Show Gist options
  • Save peter-leonov/f5d2b172fec5e2713a6a to your computer and use it in GitHub Desktop.
Save peter-leonov/f5d2b172fec5e2713a6a to your computer and use it in GitHub Desktop.
docker fork bomb
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