Created
June 16, 2026 01:45
-
-
Save katagaki/555c866901b896d7efcd134dfc519f40 to your computer and use it in GitHub Desktop.
Set up Apple `container` with Docker Engine on macOS 27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install container | |
| brew tap socktainer/tap | |
| brew install socktainer-next | |
| brew install docker | |
| container system start | |
| container system kernel set --recommended | |
| brew services start socktainer | |
| docker context use socktainer | |
| container system kernel show | |
| docker ps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment