19ff0b5a1734a7d3ae8bf48945485e0aa0250bab
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%