-
Install OrbStack by downloading installer or using Homebrew.
brew install orbstack
-
Migrate Docker data
orbstack migrate docker
-
(Optional) Add registry mirrors
You can edit the config directly at
~/.orbstack/config/docker.json
and restart the engine withorb restart docker
.{ "registry-mirrors": ["<mirror_addr>"] }