• Dockerfile: Instructions for Building an Image (FROM, WORKDIR, COPY, RUN, CMD)
  • Building and Tagging Images (docker build)
  • Running Containers (docker run, Port Mapping)
  • [Hands-On] Containerizing the FastAPI Hello World app