How to install Docker
Install Docker to run a local devnet.
- 1Go to the Docker Desktop for Mac page.
- 2Download the .dmg file.
- 3Open the downloaded .dmg file.
- 4Drag the Docker icon to the Applications folder.
- 5Open Docker from the Applications folder.
- 6Grant the necessary permissions if prompted.
- 7Docker 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.