1
0
A simple docker image I used to teach me the basics of docker images and how to build them
Go to file
2024-09-21 17:38:03 +02:00
build_commands.md Cleaned up build_commands.md 2024-09-21 14:47:08 +00:00
Dockerfile Dockerfile: Made the resulting image more friendly by using ENTRYPOINT 2024-09-21 17:38:03 +02:00
README.md Added build instructions to README.md 2024-09-21 14:52:16 +00:00

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 .