How to install Docker

Install Docker to run a local devnet.

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


Next steps

On this page