/docker-matrix

Matrix in Docker!

Primary LanguageDockerfile

Matrix in Docker!

(based on cmatrix)

Run

Running locally is simply...

docker run --rm -it rjchicago/matrix

Alias

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.

Build

To build this image:

docker build -t rjchicago/matrix:${VERSION:-latest} .