Install Docker on MacOS
This chapter covers how to install and configure Docker on macOS.
System Requirements
Docker Desktop for Mac
Apple Silicon (M1/M2/M3/M4):
- macOS 12.0 (Monterey) or newer
- At least 4GB RAM
Intel chip:
- macOS 12.0 (Monterey) or newer
- At least 4GB RAM
Method 1: Download from Official Website (Recommended)
1. Download Docker Desktop
Visit Docker Desktop for Mac and download the .dmg file for your chip:
- Apple Silicon: Select "Mac with Apple chip"
- Intel: Select "Mac with Intel chip"
2. Install
Open the .dmg file and drag Docker.app to the Applications folder.
3. Launch Docker Desktop
4. Verify Installation
Method 2: Using Homebrew
Docker Desktop Settings
Resource Configuration
In "Settings" → "Resources":
Docker Engine Configuration
In "Settings" → "Docker Engine", edit daemon.json:
Common Issues
Apple Silicon Compatibility
Some images may not have ARM64 versions:
Enable "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" in Docker Desktop settings.
Disk Space
Docker Desktop Won't Start
- Ensure macOS version meets requirements
- Try resetting: Settings → Troubleshoot → Reset to factory defaults
- Delete and reinstall