Lab 02 — Docker
Containerize a simple web app and run it locally.
Tasks
- Write a Dockerfile for the app
- Build an image tagged
app:lab - Run the container mapping port
3000 - Push the image to a registry (optional)
Expected outputs
docker imagesshowsapp:lab- App responds on
http://localhost:3000