(based on cmatrix)
Running locally is simply...
docker run --rm -it rjchicago/matrixCreate an alias to make running as simple as typing matrix!
# create alias
alias matrix="docker run --rm -it rjchicago/matrix"# follow the white rabbit!
matrixTo make the alias permanent, insert the above alias in your bash profile.
To build this image:
docker build -t rjchicago/matrix:${VERSION:-latest} .