2024-09-21 14:34:47 +00:00
|
|
|
# docker-cmatrix
|
2024-09-21 12:12:03 +00:00
|
|
|
|
|
|
|
A simple docker image I used to teach me the basics of docker images and how to build them.
|
|
|
|
|
2024-09-21 14:34:47 +00:00
|
|
|
|
2024-09-21 14:52:16 +00:00
|
|
|
## Build the container
|
|
|
|
|
|
|
|
To build the container to an image called "cmatrix-demo", run
|
|
|
|
|
|
|
|
```sh
|
|
|
|
docker build -t cmatrix-demo .
|
|
|
|
```
|