db7dd90c84225ac36fabcf50827b3607a8939026
docker-cmatrix
A simple docker image I used to teach me the basics of docker images and how to build them.
Build the container
To build the container to an image called "cmatrix-demo", run
docker build -t cmatrix-demo .
Languages
Dockerfile
100%