From cf1c16f890c17df09a9a2521110067c5e77f8e64 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sat, 21 Sep 2024 14:52:16 +0000 Subject: [PATCH] Added build instructions to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3aa85d0..2826bef 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,10 @@ 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 . +``` \ No newline at end of file