Installation Guide 1. Create a Docker image for the web application. docker-compose build --no-cache 2. Start containers using Docker Compose docker-compose up --build 3. Visit the web server and check that it is up and running 4. Stop containers using Docker Compose docker-compose stop