Added build instructions to README.md
This commit is contained in:
parent
4106d02919
commit
cf1c16f890
@ -3,3 +3,10 @@
|
|||||||
A simple docker image I used to teach me the basics of docker images and how to build them.
|
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 .
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user