How to install Docker

Install Docker to run a local devnet.


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


Next steps

On this page