Install Docker Desktop on Mac ( M1/ M2/ M3) for Containerization
Welcome and Introduction
In this section, the speaker introduces the topic of downloading and installing Docker on a Mac.
Downloading Docker
- To download Docker for MacBook M1 or M2, click on the Apple zip option.
- After downloading the DMG file, open it to start the installation process by dragging Docker into applications.
Starting Docker
- Open Docker from Launchpad to initiate the installation process and enter your Mac password when prompted.
- Check if Docker is properly installed by running
docker versionin Terminal.
Running Docker Image
- Explore Docker Hub for container images and pull an image using
docker pull.