Skip to content

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 images shows app:lab
  • App responds on http://localhost:3000