Project Page: https://roadmap.sh/projects/basic-dockerfile
This project containerizes a bash-based Nginx log analysis script using Docker. It demonstrates the ability to package an application and its dependencies into an isolated, reproducible environment.
To build and run this container:
- Build the image:
docker build -t nginx-analyzer . - Run the container:
docker run nginx-analyzer