12 lines
239 B
Markdown
12 lines
239 B
Markdown
# 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
|
|
|
|
```sh
|
|
docker build -t cmatrix-demo .
|
|
``` |