1. Docker Installation

image.png

Install Docker Desktop

Start Docker Desktop:

2. Verify Docker Installation

Open a terminal and run the following command:

docker --version

Expected output:

Docker version 24.0.5, build 123abc

Running a test container: