DevOps-Materials/Docker/5 - Intro to Docker Iamges/simple_express_app at main · IITC-College/DevOps-Materials

Task 1 — Create a Dockerfile

Create a file named:

Dockerfile

Add instructions that:


Task 2 — Build the Docker Image

Build the Docker image locally.

Requirements:


Task 3 — Verify the Image

Use Docker commands to verify the image exists locally.