Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.