Skip to content

rjchicago/docker-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

Matrix in Docker!

Resources

Stars

Watchers

Forks

Contributors