Skip to content

Commit

Permalink
feat: install orbstack instead of docker on macOS, close #12
Browse files Browse the repository at this point in the history
  • Loading branch information
leoli0605 committed Apr 16, 2024
1 parent 904d608 commit 1a4d80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"description": "虛擬化容器工具,會同時安裝 docker & docker-compose",
"install": {
"linux": "sudo apt install docker.io -y && sudo apt install docker-compose -y",
"mac": "brew install --cask docker && brew install docker-compose",
"mac": "brew install orbstack && brew install docker-compose",
"windows": "choco install docker-desktop -y ; choco install docker-compose -y"
},
"type": "enable"
Expand Down

0 comments on commit 1a4d80a

Please sign in to comment.