Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T02:19:41.000Z (about 4 years ago)
- Last Synced: 2023-08-15T06:54:55.604Z (over 1 year 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`.