To build and execute a C application inside a Docker container.
In this experiment, a simple C program was written and compiled. A Dockerfile was created to build an image and run the compiled program inside a container.
Shows the C source file used in the project.

Displays compilation of the C program.

Shows building of Docker image for the C program.

Shows execution of the C application inside the container.

The C application was successfully containerized using Docker.
This experiment improved understanding of building native applications inside containers.