How to install Docker
Install Docker to run a local devnet.
- Go to the Docker Desktop for Mac page.
- Download the .dmg file.
- Open the downloaded .dmg file.
- Drag the Docker icon to the Applications folder.
- Open Docker from the Applications folder.
- Grant the necessary permissions if prompted.
- Docker Desktop icon will appear in the menu bar indicating that Docker is running.
To verify installation, run docker --version
in your terminal. You should see the Docker version information.