Posted on:January 24, 2018 at 06:53 PM

How to Install Docker with Homebrew

How to Install Docker with Homebrew

Installation Steps

  1. Install Docker and related tools using Homebrew:
# Install Docker and required components
brew install docker docker-machine xhyve docker-machine-driver-xhyve

# Install Docker Desktop for Mac
brew install --cask docker
  1. Start Docker Desktop application
  2. Wait for Docker to finish starting up
  3. Verify installation by running:
docker --version
docker-compose --version

Additional Notes

  • Docker Desktop for Mac includes Docker Compose
  • The installation includes Docker Machine and xhyve driver for running Docker on macOS
  • You may need to grant system permissions during installation