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:15:17 +02:00
build_commands.md Cleaned up build_commands.md 2024-09-21 14:47:08 +00:00
Dockerfile Fixed the container image not able to open terminal by adding a lib in Dockerfile 2024-09-21 17:15:17 +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 .