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