https://github.com/elasticbyte/crashr
A Node.js script that immediately exits with a non-zero exit code, simulating a crashing container.
https://github.com/elasticbyte/crashr
Last synced: 4 months ago
JSON representation
A Node.js script that immediately exits with a non-zero exit code, simulating a crashing container.
- Host: GitHub
- URL: https://github.com/elasticbyte/crashr
- Owner: elasticbyte
- Created: 2020-10-21T01:39:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T02:19:41.000Z (over 4 years ago)
- Last Synced: 2025-01-04T01:34:05.864Z (6 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crashr
A Node.js script that immediately exits with a non-zero exit code, simulating a crashing container. Useful for testing and debugging in [Docker](https://www.docker.com) and [Kubernetes](https://kubernetes.io) environments.
### Docker image
There is a public Docker image for crashr hosted on Docker Hub at `nodesocket/crashr:latest`.