Skip to content

makocchi-git/docker-random-exit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

makocchi/random-exit makocchi/random-exit

Docker image that exits randomly

# Default success(exit 0) percentage is 50%
docker run makocchi/random-exit

A percentage of success is controllable

# 80% success
docker run -e SUCCESS=80 makocchi/random-exit

# Always fail(exit 1)
docker run -e SUCCESS=0 makocchi/random-exit

About

This is docker image that exits randomly

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published