Docker Setup Guide
Installation and Configuration
Windows
- Install Docker Desktop with WSL2 backend enabled.
- Verify installation with
docker --version.
macOS
- Install Docker Desktop for Mac (Apple Silicon / Intel).
Linux
- Install
docker.ioor official Docker Engine packages. - Add user to
dockergroup to run commands withoutsudo.