Skip to content

Commit 4a0d96f

Browse files
committed
fix: Apple’s Native Alternative to Docker
1 parent 3fa1885 commit 4a0d96f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/essentials/essentials.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,16 @@ brew install --cask --appdir=~/Applications ghostty
9898
brew install --cask --appdir=~/Applications sublime-text
9999
brew install --cask --appdir=~/Applications visual-studio-code
100100
brew install --cask --appdir=~/Applications webstorm
101-
brew install --cask orbstack # orbstack need to be in system apps
101+
# orbstack/container need to be in system apps
102+
brew install --cask container # Apple’s Native Alternative to Docker: MacOS 26 needed
103+
# brew install --cask orbstack # alternative to apple native container
102104
# optional
103105
brew install --cask --appdir=~/Applications windsurf # VSCode alternative
104106
brew install --cask --appdir=~/Applications marta
105107
```
106108

109+
Apple’s container [Docs](https://swapnasagarpradhan.medium.com/getting-started-with-apples-container-cli-on-macos-a-native-alternative-to-docker-fc303e08f5cd)
110+
107111
Other benefit of installing `Apps` via `Brew` is, it links binaries to `/opt/homebrew/bin` which is added to `$PATH`.
108112

109113
'subl' to '/opt/homebrew/bin/subl'

0 commit comments

Comments
 (0)