1. Docker Basic Workflow (Ubuntu Example)
-
Pull Ubuntu Image from Docker Hub

-
Verify Downloaded Docker Images

-
Run Ubuntu Container in Interactive Mode

-
List All Containers (Running + Stopped)

-
Create a Named Ubuntu Container

-
Access a Running Container Using Name

2. Create a Custom Docker Image
Step 1: Create a Dockerfile
Step 2: Build the Image

Step 3: Run the Custom Image
