1. Docker Installation

Install Docker Desktop
- Open the downloaded .dmg file
- Drag and drop Docker.app into the Applications folder
Start Docker Desktop:
- Open Docker.app from the Applications folder
- Wait for Docker to initialise
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: